Dawid Ferenczy
76f4871d4e
Added missing commands to Vagrant plugin, updated commands description
11 years ago
Philippe Loctaux
aaf5c8f43f
added apt-get autoremove in ubuntu plugin
...
I use that command a lot of times, and there's no shortcut for that.
Now it does :)
11 years ago
章正中
1aeebf60a0
Update link
11 years ago
Tim O'Brien
7c31c7a963
Bring bgnotify plugin up to date with t413/zsh-background-notify
...
Changes include:
- time format now shows h/m/s (only when needed!)
- adds hooks only for interactive connections
- adds specific kde support (via kdialog)
- adds click-action for OS X terminals
11 years ago
fgibaux
a9daea17d8
plugin symfony2 sf2.7 compatibility fix
...
with symfony 2.7 command group titles are listed as commands. this commit prevents it.
11 years ago
Andrew Janke
dc42e8d488
jira: add completion
11 years ago
Andrew Janke
7cf892ecaa
Add dashboard support and default-action configuration.
...
Some refactoring.
11 years ago
Andrew Janke
5c8b0cc0c1
Add clipcopy() and clippaste() generic cross-platform CLI clipboard functions.
...
Change copydir, copyfile, and coffee plugins to use them, instead of the Mac-only `pbcopy` command.
11 years ago
Andrew Janke
96c34cebae
Add a deprecation comment.
11 years ago
Kentaro Wada
c4ba3065a1
Show tag name when detached status if possible
11 years ago
Mohnish Jadwani
3f83331c71
removes a trailing white space
11 years ago
Marc Cornellà
be667a24b0
Remove obsolete comment
11 years ago
Marc Cornellà
3c698743fa
Clean up gitstatus.py
11 years ago
Kentaro Wada
45473c3a81
Fix for initial or detached status branch info
11 years ago
Marc Cornellà
30bed07e9c
Parse UTF-8 output from git status
11 years ago
Kentaro Wada
94007f7db2
git-prompt: collect all git status information by one cmd
...
This commit uses the `git status --porcelain -b` format to gather the
number of ahead and behind commits related to the remote branch.
11 years ago
Marc Cornellà
6ff53d173b
Cleanup of git-prompt plugin file
11 years ago
Marc Cornellà
1d133ff11f
Cleanup the rest of gitstatus.py
11 years ago
Marc Cornellà
5642014ff1
Pull in simplified version from @wkentaro
...
This version uses `git status --porcelain` instead of making
multiple calls to `git status`.
11 years ago
Marc Cornellà
6443626a6b
Pull in latest version from olivierverdier/zsh-git-prompt
11 years ago
Marc Cornellà
c6a5f6efb4
Check that list_size value is not zero before division
11 years ago
Marc Cornellà
88243b846a
Use right variable name to avoid zero-length array
...
This fixes the typographic error that always assigned an undefined
array to `$names`, which made `$list_size` = 0 and triggered a
divide by zero error on the next line.
11 years ago
Gabe Martin-Dempesy
daedfcab51
reduce rbenv plugin load time by 150ms by removing additional brew call
11 years ago
Chayoung You
d20c111d78
rvm plugin: Fix `gems` to work with GNU sed
...
Fix #1579 .
11 years ago
LE Manh Cuong
0238301726
Emoji plugin - Fix wrong string comparison
11 years ago
Ahmed Hisham Ismail
dcd95dd223
Changes quotes so that path will be set appropriately on multiple runs
11 years ago
wubaiqing
9caa215a2f
Add Baidu support to web-search plugin
11 years ago
Marc Cornellà
be10229659
Exit only if the fbterm session closed correctly
...
This prevents the previous behavior that exitted the zsh session
even if fbterm didn't start correctly.
11 years ago
Marc Cornellà
be5dcb8a59
Check if fbterm is installed and use $TTY variable
11 years ago
Marc Cornellà
ccb0ae5720
Add quotes to support folders with whitespace
11 years ago
Andrew Robertson
c3fbe4d121
Add support for Docker images from custom registries
11 years ago
Manfred Touron
720fb5b68e
Support for 'scw' command (Scaleway CLI)
11 years ago
Ahmed Hisham Ismail
269ae84c9b
Removes unnecessary single quotes
11 years ago
Marc Cornellà
b760a10cb2
Use standard open command in fasd and lighthouse plugins
11 years ago
Marc Cornellà
d1d06b5675
Use standard open command in current plugins
...
Substitutes the current duplicate logic for the standard
and cross-platform function open_command in plugins:
frontend-search, jira, node, web-search
11 years ago
xiao.fan
cddfc3b038
style fixes
11 years ago
Florin Patan
cf78586f15
Update to latest Terraform release 0.6.1
11 years ago
gkze
7f3e6143ec
Add terraform completion
11 years ago
Pavel Sedlák
9c74128406
chucknorris: add missing line/quote delimiters
...
few quotes were missing the '%' line delimiters,
so some of the quotes were appearing at once merged together
11 years ago
xiao
aac5523629
Additional chpwd clobbering fix for dirpersist
11 years ago
xiao
084792b829
Don't clobber chpwd
11 years ago
Ahmed Hisham Ismail
e1353fce3c
Adds npmE alias
...
Option to execute a command from node_modules folder
11 years ago
Juraj Fiala
800af047d7
Add sc-launch as a shortcut for start & enable
...
I've heard many people requesting systemd to add this functionality. It's very handy under Arch.
11 years ago
Kentaro Wada
daa04bae86
gnu-utils: add findutils (find,xargs,locate)
11 years ago
Boris Avdeev
5554207279
Add alias for "systemctl cat" and "systemctl edit"
11 years ago
Roland Chernov
fb8c446ea4
Thefuck: fix global variable assignment
11 years ago
Matteo Giaccone
a2b574bc9e
git plugin: make gclean safer, introduce gpristine
11 years ago
Andrew Stuart
2120b2e079
Add escaped home
11 years ago
Jerry Ling
c83575da3f
Add 'man' plugin.
...
Inspired by sudo. But we have man-preview!
11 years ago
Roland Chernov
f534b4b321
Thefuck: fixed compability with latest version
11 years ago