Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-20 | Per directory history plugin | Jim Hester | |
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 | |||
2012-09-01 | Merge pull request #1228 from clutt0n/master | Robby Russell | |
Small improving themes/jnrowe.zsh-theme | |||
2012-09-01 | Merge pull request #1287 from johnhamelink/master | Robby Russell | |
Laravel autocompletion | |||
2012-09-01 | Merge pull request #1279 from 3den/master | Robby Russell | |
My favourite theme with support to RVM and GIT | |||
2012-09-01 | Merge pull request #1297 from everbird/master | Robby Russell | |
supervisor plugin | |||
2012-09-01 | add new plugin to autocomplete supervisor commands | everbird | |
2012-08-19 | Added laravel plugin which gives aliases to artisan and bob, and | John Hamelink | |
provides autocompletion for artisan. | |||
2012-08-14 | new 3den theme with RVM and GIT | Marcelo Eden | |
2012-07-24 | delete os specific disable-patterns | clutton | |
2012-07-24 | improvement: define PROMPT_HOST once on startup | clutton | |
2012-07-20 | Merge pull request #1229 from seban/run_rails_without_bundle_exec | Robby Russell | |
'rails' command should not be run with bundle exec | |||
2012-07-20 | auto-upadate feature will now reset the epoch so that if a user doesn't say ↵ | Robby Russell | |
yes, it won't ask them again for a while. fixes #1240 | |||
2012-07-16 | modify themes/jnrowe.zsh-theme, add host directive "Ξ (mbsd) ~ →" | clutton | |
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-11 | Merge pull request #1200 from andyfleming/master | Robby Russell | |
New theme af-magic.zsh-theme | |||
2012-07-09 | Merge pull request #1206 from Eustachy/upstream | Robby Russell | |
Remove bogus "-" from nomz="ps -aux" alias. | |||
2012-07-09 | Merge pull request #1216 from joshvermaire/patch-1 | Robby Russell | |
Escape whitespace for Sublime Text plugin | |||
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 | |||
2012-07-03 | Merge pull request #1209 from lwe/rbfu-plugin | Robby Russell | |
provide plugin for rbfu (yet ruby version switcher) | |||
2012-07-03 | Merge pull request #1170 from dipth/master | Robby Russell | |
Explicitly tell rbenv to use zsh | |||
2012-07-03 | provide plugin for rbfu the ruby version switcher | lukas | |
Evaluates $(rbfu --init --auto) if rbfu is installed on the system, also has a custom rbfu-rubies method which lists the installed rubies which are available to rbfu. For compatibility with themes, also creates the rvm_prompt_info function, so existing themes should work out of the box. | |||
2012-07-01 | Remove bogus "-" from nomz="ps -aux" alias. | Eustachy Kapusta | |
Info from http://procps.sourceforge.net/faq.html . | |||
2012-06-28 | Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh | Alexander Berezovsky | |
2012-06-25 | Added another path | David Barragan | |
2012-06-24 | Merge pull request #1190 from vpacher/master | Robby Russell | |
added jruby plugin | |||
2012-06-24 | Merge pull request #1192 from rcakirerk/a39c9ffe5b7236b6e4dc78efa80b478cc411af7f | Robby Russell | |
Fix finding git issue. | |||
2012-06-23 | Fix finding git issue. ↵ | Renan Cakirerk | |
http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script | |||
2012-06-22 | added jexec | Volker Pacher | |
2012-06-22 | added plugin for jruby | Volker Pacher | |
2012-06-22 | Merge pull request #1174 from insside/rbenv-homebrew-fix | Robby Russell | |
rbenv plugin now uses 'brew --prefix rbenv' command to find rbenv folder | |||
2012-06-22 | Merge pull request #1126 from natsumesou/fix-ignore-symlink | Robby Russell | |
Load symlink custom files | |||
2012-06-22 | Merge pull request #1182 from jugyo/patch-1 | Robby Russell | |
correct the ruby version label of the 'nebirhos' theme for rbenv | |||
2012-06-22 | Merge pull request #1159 from kristi/master | Robby Russell | |
Steef theme - Improved git untracked file detection | |||
2012-06-22 | Merge pull request #1173 from walkah/virtualenvwrapper-osx-fix | Robby Russell | |
Readlink is different on OS X | |||
2012-06-22 | Merge pull request #1168 from r-darwish/yum-plugin-fix | Robby Russell | |
Fixed unmached " in yum plugin | |||
2012-06-21 | correct the ruby version label for rbenv | jugyo | |
2012-06-20 | theme cleanup | Andy Fleming | |
2012-06-20 | added first version of my theme af-magic | Andy Fleming | |
2012-06-18 | sanitized code according to coding style | Tima Maslyuchenko | |
2012-06-18 | rbenv plugin now uses 'brew --prefix rbenv' command to find rbenv folder | Tima Maslyuchenko | |
2012-06-18 | remove readlink call and clean up | James Walker | |
2012-06-18 | Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh | Alexander Berezovsky | |
2012-06-16 | Explicitly tell rbenv to use zsh | Thomas Dippel | |
According to @graywh's comment on: https://github.com/sstephenson/rbenv/issues/185 | |||
2012-06-15 | Fixed unmached " in yum plugin | Roey Darwish Dror | |
2012-06-13 | Merge pull request #977 from scialex/better-d | Robby Russell | |
Make the 'd' alias only show the directories that can be cd'd to using the number aliases. | |||
2012-06-13 | Merge pull request #980 from vmalloc/dircycle_plugin | Robby Russell | |
Add dircycle plugin: enables cycling through the directory stack |