Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-07 | added lesscss plugin | mikka | |
2012-09-06 | Add new 'nanoc' plugin | Josh Parnham | |
2012-09-03 | Nuke _cap_does_task_list_need_generating | Reza | |
Thanks @docwhat | |||
2012-09-03 | Rendering the 'vagrant box (remove|repackage)' completion code independant ↵ | cybozuty | |
of Vagrant implementation details. | |||
2012-09-03 | fix rvm auto complete, pointing to $rvm_path | Ben Cao | |
2012-09-02 | nginx and php-fpm plugins | mikka | |
2012-09-01 | Merge pull request #1287 from johnhamelink/master | Robby Russell | |
Laravel autocompletion | |||
2012-09-01 | add new plugin to autocomplete supervisor commands | everbird | |
2012-08-25 | search virtualenvwrapper.sh in PATH | Cenk Alti | |
2012-08-25 | Added another path for virtualenvwrapper plugin | Cenk Alti | |
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-20 | Add keep branch option. | jamie sa (jsa) | |
2012-08-19 | Added laravel plugin which gives aliases to artisan and bob, and | John Hamelink | |
provides autocompletion for artisan. | |||
2012-08-17 | Debian plugin now pipes which stderr to stdout | Graeme Coupar | |
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-12 | new forklift plugin | Bodo Tasche | |
2012-08-08 | Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh | Peter Tillemans | |
2012-08-07 | Add shortcut for showing log of all branches | Sean M. Collins | |
2012-08-03 | application completion | fred-o | |
2012-08-03 | library completion | fred-o | |
2012-08-03 | in hindsight, this is probably a bad idea | fred-o | |
2012-07-31 | Make git use sha when branch name is missing. | Ted Vessenes | |
2012-07-31 | completion of targets | fred-o | |
2012-07-31 | instance and cluster completion | fred-o | |
2012-07-29 | Adding logic for ~/Applications folder installs of Sublime Text 2 | bwl | |
2012-07-26 | Added go completion script. Taken from /misc/zsh/go | oemer | |
2012-07-25 | alias at=aptitude broke /usr/bin/at scheduler. | apm | |
Just an idea: change it to ap | |||
2012-07-24 | node completion | fred-o | |
2012-07-24 | help command, node completion | fred-o | |
2012-07-23 | Adding a symfony plugin, for symfony 1 | Graham Christensen | |
2012-07-23 | added 'gcl'for 'git config --list'; and gd for 'git diff' | Dr Nic Williams | |
2012-07-20 | Fix changelog --list completion bug | Alexis GRIMALDI | |
2012-07-19 | Added credits | Alexis GRIMALDI | |
2012-07-19 | Added git-extras completion | Alexis GRIMALDI | |
2012-07-19 | Bwana plugin for reading man pages in Safari | Andrew Vit | |
2012-07-18 | add maven zsh autocomplete plugin, copy from juvenxu's bash maven ↵ | Henry Yan | |
autocomplete plugin | |||
2012-07-18 | check for knife.rb in cwd | Mugen Kenichi | |
this is useful when managing multiple chef servers | |||
2012-07-17 | merge from upstream master | Henry Yan | |
2012-07-15 | 'rails' command should not be run with bundle exec | Sebastian Nowak | |
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/ | |||
2012-07-13 | added _files values for certain options | fred-o | |
2012-07-13 | completion options | fred-o | |
2012-07-12 | added alias | fred-o | |
2012-07-12 | added completions for all known arguments to all known commands | fred-o | |
2012-07-11 | Add very basic virtualenv plugin | Justin Caratzas | |
checks for $VIRTUAL_ENV and provides to basename in a function for the prompt. | |||
2012-07-10 | apparently, this file must exist for the plugin to load | fred-o | |
2012-07-10 | added completion for all asadmin subcommands | fred-o | |
2012-07-09 | Merge pull request #1206 from Eustachy/upstream | Robby Russell | |
Remove bogus "-" from nomz="ps -aux" alias. | |||
2012-07-09 | utilize sublime's embedded command line binary | Josh Vermaire | |
2012-07-08 | escape whitespace | Josh Vermaire | |
2012-07-03 | Merge pull request #1122 from varunkvv/master | Robby Russell | |
sublime pluginn : Added alias for Sublime Text 2 on Linux | |||
2012-07-03 | Merge pull request #1127 from a-b/master | Robby Russell | |
Added fasd plugin | |||
2012-07-03 | Merge pull request #1193 from bameda/master | Robby Russell | |
[Plugin] Virtualenvwrapper: Added another path |