Jim Hester
baa187e4b9
Per directory history plugin
...
This is a implementation of per directory history for zsh, some
implementations of which exist in bash[1,2]. It also implements
a per-directory-history-toggle-history function to change from using the
directory history to using the global history. In both cases the history is
always saved to both the global history and the directory history, so the
toggle state will not effect the saved histories. Being able to switch
between global and directory histories on the fly is a novel feature as far
as I am aware.
[1]: http://www.compbiome.com/2010/07/bash-per-directory-bash-history.html
[2]: http://dieter.plaetinck.be/per_directory_bash
14 years ago
Jim Hester
b609aa0e6c
Fix to restore bindings after switching to vi-mode
...
the vi-mode plugin destroys any bindings made before it is sourced due to the
'bindkey -v' call to switch to using vi-mode. This patch saves the bindings
before invoking 'bindkey -v' then rebinds them afterwards, this fixes a number
of outstanding issues due to people using vi-mode and having things in oh-my-zsh
break due to the bindings being destroyed
14 years ago
SK
55c69017c5
Replace cp verbose with rsync
...
Rsync can help track progress while file is copying
14 years ago
Trae Robrock
8510ac002f
Bundle exec puma also http://puma.io
14 years ago
Alexander Surma
28d28ee6f6
git plugin: Add `gpoat` alias
14 years ago
Koen Punt
9a4fac184e
fixed incorrect if/else
14 years ago
Koen Punt
8d60a0c800
updated cap plugin to use `cap -T` instead of `cap show_tasks` which
...
didn't exist (sometimes?)
14 years ago
mikka
08f4d8b9ce
fixed nginx vhost template, made variables local, imroved parameter validation
14 years ago
mikka
91303246ec
added lesscss plugin
14 years ago
Josh Parnham
061a4c006c
Add new 'nanoc' plugin
14 years ago
Reza
cfeb57024d
Nuke _cap_does_task_list_need_generating
...
Thanks @docwhat
14 years ago
cybozuty
97ec5de724
Rendering the 'vagrant box (remove|repackage)' completion code independant of Vagrant implementation details.
14 years ago
Ben Cao
fa859f90d2
fix rvm auto complete, pointing to $rvm_path
14 years ago
mikka
3ef82a908a
nginx and php-fpm plugins
14 years ago
everbird
fbf82ae62f
add new plugin to autocomplete supervisor commands
14 years ago
Cenk Alti
d5e5b7ee5a
search virtualenvwrapper.sh in PATH
14 years ago
Cenk Alti
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.
14 years ago
jamie sa (jsa)
f995218d08
Add keep branch option.
14 years ago
John Hamelink
b2c1af91d3
Added laravel plugin which gives aliases to artisan and bob, and
...
provides autocompletion for artisan.
14 years ago
Graeme Coupar
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.
14 years ago
Bodo Tasche
36b42017ae
new forklift plugin
14 years ago
Sean M. Collins
74faabbcab
Add shortcut for showing log of all branches
14 years ago
fred-o
265b2a559b
application completion
14 years ago
fred-o
c24d7f75d3
library completion
14 years ago
fred-o
8f0c617f6a
in hindsight, this is probably a bad idea
14 years ago
Ted Vessenes
027fcccc92
Make git use sha when branch name is missing.
14 years ago
fred-o
a4e6a2ce9f
completion of targets
14 years ago
fred-o
fb3cae1b8f
instance and cluster completion
14 years ago
bwl
aaf705c5fa
Adding logic for ~/Applications folder installs of Sublime Text 2
14 years ago
oemer
9ee4b9c8f7
Added go completion script. Taken from /misc/zsh/go
14 years ago
apm
a8d7958729
alias at=aptitude broke /usr/bin/at scheduler.
...
Just an idea: change it to ap
14 years ago
fred-o
0ebeb56252
node completion
14 years ago
fred-o
b49c97e08e
help command, node completion
14 years ago
Graham Christensen
61e708f91f
Adding a symfony plugin, for symfony 1
14 years ago
Dr Nic Williams
73df0c8e93
added 'gcl'for 'git config --list'; and gd for 'git diff'
14 years ago
Alexis GRIMALDI
1e1e0fa44d
Fix changelog --list completion bug
14 years ago
Alexis GRIMALDI
46b88b6a5a
Added credits
14 years ago
Alexis GRIMALDI
0b757825a2
Added git-extras completion
14 years ago
Andrew Vit
98ecfa4c77
Bwana plugin for reading man pages in Safari
14 years ago
Henry Yan
3fe1e5c787
add maven zsh autocomplete plugin, copy from juvenxu's bash maven autocomplete plugin
14 years ago
Mugen Kenichi
bb34abd518
check for knife.rb in cwd
...
this is useful when managing multiple chef servers
14 years ago
Sebastian Nowak
87ab8771da
'rails' command should not be run with bundle exec
...
http://blog.wyeworks.com/2011/12/27/bundle-exec-rails-executes-bundler-setup-3-times
http://yehudakatz.com/2011/05/30/gem-versioning-and-bundler-doing-it-right/
14 years ago
fred-o
e4ffac154d
added _files values for certain options
14 years ago
fred-o
4caea1f7e1
completion options
14 years ago
fred-o
df176fb3dc
added alias
14 years ago
fred-o
350720eca1
added completions for all known arguments to all known commands
14 years ago
Bob Maerten
5001412f6d
vagrant uses 'ssh-config' command, not 'ssh_config'
14 years ago
Justin Caratzas
0b2da8f11b
Add very basic virtualenv plugin
...
checks for $VIRTUAL_ENV and provides to basename in a function for the prompt.
14 years ago
fred-o
d2116f3557
apparently, this file must exist for the plugin to load
14 years ago
fred-o
4d0c135798
added completion for all asadmin subcommands
14 years ago