55c69017c5
Replace cp verbose with rsync
...
Rsync can help track progress while file is copying
2012-09-18 22:10:11 +07:00
8510ac002f
Bundle exec puma also http://puma.io
2012-09-17 19:06:24 -07:00
a8d426087b
modified spacing on junkfood theme
2012-09-17 14:12:09 -06:00
b534b38063
Added fat arrow the theme
2012-09-17 12:16:06 -06:00
bf4157514f
Refactored theme
2012-09-17 11:44:25 -05:00
00e11991e0
Added space to prompt
2012-09-17 10:25:19 -06:00
11a4c67f34
Added junkfood theme
2012-09-17 10:19:37 -06:00
28d28ee6f6
git plugin: Add gpoat
alias
2012-09-14 13:57:13 +02:00
b11e289141
Add agnoster.zsh-theme
2012-09-13 14:02:09 +02:00
9a4fac184e
fixed incorrect if/else
2012-09-13 12:20:44 +02:00
8d60a0c800
updated cap plugin to use cap -T
instead of cap show_tasks
which
...
didn't exist (sometimes?)
2012-09-13 11:38:58 +02:00
ce74be1e1d
Merge remote-tracking branch 'upstream/master'
2012-09-13 08:43:20 +02:00
08f4d8b9ce
fixed nginx vhost template, made variables local, imroved parameter validation
2012-09-11 22:04:56 +02:00
6c13721f55
Merge remote-tracking branch 'upstream/master'
2012-09-11 11:42:18 -07:00
91303246ec
added lesscss plugin
2012-09-07 22:15:43 +02:00
061a4c006c
Add new 'nanoc' plugin
2012-09-06 19:59:18 +10:00
cfeb57024d
Nuke _cap_does_task_list_need_generating
...
Thanks @docwhat
2012-09-03 21:20:45 +04:30
97ec5de724
Rendering the 'vagrant box (remove|repackage)' completion code independant of Vagrant implementation details.
2012-09-03 15:31:54 +09:00
fa859f90d2
fix rvm auto complete, pointing to $rvm_path
2012-09-03 11:51:28 +08:00
3ef82a908a
nginx and php-fpm plugins
2012-09-02 15:43:20 +02:00
2643ac975b
Update fishy theme to collapse working directory in PROMPT.
...
For non-trailing path components, we show only the first character. So, as in Fish proper, we convert ~/some/really/really/really/long/path/name to ~/s/r/r/r/l/p/name.
2012-09-02 10:38:08 +12:00
921d2f49ef
Merge pull request #1228 from clutt0n/master
...
Small improving themes/jnrowe.zsh-theme
2012-09-01 08:33:09 -07:00
c27183abcd
Merge pull request #1287 from johnhamelink/master
...
Laravel autocompletion
2012-09-01 08:31:52 -07:00
a0430a0a45
Merge pull request #1279 from 3den/master
...
My favourite theme with support to RVM and GIT
2012-09-01 08:31:04 -07:00
633ad0ec16
Merge pull request #1297 from everbird/master
...
supervisor plugin
2012-09-01 08:29:01 -07:00
fbf82ae62f
add new plugin to autocomplete supervisor commands
2012-09-01 23:12:53 +08:00
28d3b80db1
Add empty function rbenv_prompt_info() if doesn't exists
2012-08-30 16:25:36 +02:00
d5e5b7ee5a
search virtualenvwrapper.sh in PATH
2012-08-25 10:27:05 +03:00
6f92745761
Added another path for virtualenvwrapper plugin
...
When you install python via brew on OSX, pip is installed into /usr/local/share/python/ and all packages installed with this pip are installed here.
2012-08-25 09:51:58 +03:00
f995218d08
Add keep branch option.
2012-08-20 00:04:52 +08:00
b2c1af91d3
Added laravel plugin which gives aliases to artisan and bob, and
...
provides autocompletion for artisan.
2012-08-19 14:03:23 +01:00
d3f6507a2e
Debian plugin now pipes which stderr to stdout
...
The debian plugin calls which to determine whether aptitude & sudo are
installed. However, if these are not installed then the error output
from which will be output. Since this isn't really an error condition,
this commit updates the which calls to pipe stderr to stdout, thus
hiding the error messages.
2012-08-17 17:13:09 +01:00
76f2429e8e
new 3den theme with RVM and GIT
2012-08-14 12:23:11 -03:00
370dbe4fc7
Merge branch 'master' of github.com:ptillemans/oh-my-zsh
2012-08-13 14:07:58 +02:00
36b42017ae
new forklift plugin
2012-08-12 09:20:57 +02:00
1a6d11dbae
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
2012-08-08 17:26:54 +02:00
74faabbcab
Add shortcut for showing log of all branches
2012-08-07 14:38:48 -04:00
9172b3a89f
fix typo in cd-wrapper
2012-08-05 22:51:11 +03:00
265b2a559b
application completion
2012-08-03 10:15:01 +02:00
c24d7f75d3
library completion
2012-08-03 10:02:27 +02:00
8f0c617f6a
in hindsight, this is probably a bad idea
2012-08-03 10:02:19 +02:00
9af7f86299
Correct variable used for global ssh known host completion
2012-08-01 23:58:09 +02:00
027fcccc92
Make git use sha when branch name is missing.
2012-07-31 13:27:40 -04:00
a4e6a2ce9f
completion of targets
2012-07-31 16:59:56 +02:00
fb3cae1b8f
instance and cluster completion
2012-07-31 15:02:12 +02:00
a3c2a2f6e8
Add branch status support to git_prompt_status
...
This patch makes git_prompt_status support three new status variables:
- ZSH_THEME_GIT_PROMPT_AHEAD
- ZSH_THEME_GIT_PROMPT_BEHIND
- ZSH_THEME_GIT_PROMPT_DIVERGED
With these extra variables it's easy to see (1) if you have commits in
your local branch that weren't pushed to the remote (AHEAD), (2) if
there are commits in the remote that you haven't merged/rebased yet
(BEHIND) or (3) if you have local unpushed commits AND the remote has
some commits you haven't merged yet (DIVERGED).
Refer to the first line displayed on `git status -b --porcelain`.
An example setup in a .zsh-theme file would be:
ZSH_THEME_GIT_PROMPT_AHEAD="↑"
ZSH_THEME_GIT_PROMPT_BEHIND="↓"
ZSH_THEME_GIT_PROMPT_DIVERGED="↕"
2012-07-29 20:18:26 +02:00
aaf705c5fa
Adding logic for ~/Applications folder installs of Sublime Text 2
2012-07-29 00:53:20 -04:00
682961e930
Add a configuration option to disable autocorrect
2012-07-28 08:25:15 +10:00
75029cda2a
Added a "please" alias for sudo
2012-07-26 17:54:15 +00:00
e709642f6f
Merge branch 'master', remote-tracking branch 'rr/master'
2012-07-26 17:50:56 +00:00