summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-20Per directory history pluginJim 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-01Merge pull request #1228 from clutt0n/masterRobby Russell
Small improving themes/jnrowe.zsh-theme
2012-09-01Merge pull request #1287 from johnhamelink/masterRobby Russell
Laravel autocompletion
2012-09-01Merge pull request #1279 from 3den/masterRobby Russell
My favourite theme with support to RVM and GIT
2012-09-01Merge pull request #1297 from everbird/masterRobby Russell
supervisor plugin
2012-09-01add new plugin to autocomplete supervisor commandseverbird
2012-08-19Added laravel plugin which gives aliases to artisan and bob, andJohn Hamelink
provides autocompletion for artisan.
2012-08-14new 3den theme with RVM and GITMarcelo Eden
2012-07-24delete os specific disable-patternsclutton
2012-07-24improvement: define PROMPT_HOST once on startupclutton
2012-07-20Merge pull request #1229 from seban/run_rails_without_bundle_execRobby Russell
'rails' command should not be run with bundle exec
2012-07-20auto-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-16modify themes/jnrowe.zsh-theme, add host directive "Ξ (mbsd) ~ →"clutton
2012-07-15'rails' command should not be run with bundle execSebastian 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-11Merge pull request #1200 from andyfleming/masterRobby Russell
New theme af-magic.zsh-theme
2012-07-09Merge pull request #1206 from Eustachy/upstreamRobby Russell
Remove bogus "-" from nomz="ps -aux" alias.
2012-07-09Merge pull request #1216 from joshvermaire/patch-1Robby Russell
Escape whitespace for Sublime Text plugin
2012-07-09utilize sublime's embedded command line binaryJosh Vermaire
2012-07-08escape whitespaceJosh Vermaire
2012-07-03Merge pull request #1122 from varunkvv/masterRobby Russell
sublime pluginn : Added alias for Sublime Text 2 on Linux
2012-07-03Merge pull request #1127 from a-b/masterRobby Russell
Added fasd plugin
2012-07-03Merge pull request #1193 from bameda/masterRobby Russell
[Plugin] Virtualenvwrapper: Added another path
2012-07-03Merge pull request #1209 from lwe/rbfu-pluginRobby Russell
provide plugin for rbfu (yet ruby version switcher)
2012-07-03Merge pull request #1170 from dipth/masterRobby Russell
Explicitly tell rbenv to use zsh
2012-07-03provide plugin for rbfu the ruby version switcherlukas
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-01Remove bogus "-" from nomz="ps -aux" alias.Eustachy Kapusta
Info from http://procps.sourceforge.net/faq.html .
2012-06-28Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshAlexander Berezovsky
2012-06-25Added another pathDavid Barragan
2012-06-24Merge pull request #1190 from vpacher/masterRobby Russell
added jruby plugin
2012-06-24Merge pull request #1192 from rcakirerk/a39c9ffe5b7236b6e4dc78efa80b478cc411af7fRobby Russell
Fix finding git issue.
2012-06-23Fix finding git issue. ↵Renan Cakirerk
http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script
2012-06-22added jexecVolker Pacher
2012-06-22added plugin for jrubyVolker Pacher
2012-06-22Merge pull request #1174 from insside/rbenv-homebrew-fixRobby Russell
rbenv plugin now uses 'brew --prefix rbenv' command to find rbenv folder
2012-06-22Merge pull request #1126 from natsumesou/fix-ignore-symlinkRobby Russell
Load symlink custom files
2012-06-22Merge pull request #1182 from jugyo/patch-1Robby Russell
correct the ruby version label of the 'nebirhos' theme for rbenv
2012-06-22Merge pull request #1159 from kristi/masterRobby Russell
Steef theme - Improved git untracked file detection
2012-06-22Merge pull request #1173 from walkah/virtualenvwrapper-osx-fixRobby Russell
Readlink is different on OS X
2012-06-22Merge pull request #1168 from r-darwish/yum-plugin-fixRobby Russell
Fixed unmached " in yum plugin
2012-06-21correct the ruby version label for rbenvjugyo
2012-06-20theme cleanupAndy Fleming
2012-06-20added first version of my theme af-magicAndy Fleming
2012-06-18sanitized code according to coding styleTima Maslyuchenko
2012-06-18rbenv plugin now uses 'brew --prefix rbenv' command to find rbenv folderTima Maslyuchenko
2012-06-18remove readlink call and clean upJames Walker
2012-06-18Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshAlexander Berezovsky
2012-06-16Explicitly tell rbenv to use zshThomas Dippel
According to @graywh's comment on: https://github.com/sstephenson/rbenv/issues/185
2012-06-15Fixed unmached " in yum pluginRoey Darwish Dror
2012-06-13Merge pull request #977 from scialex/better-dRobby Russell
Make the 'd' alias only show the directories that can be cd'd to using the number aliases.
2012-06-13Merge pull request #980 from vmalloc/dircycle_pluginRobby Russell
Add dircycle plugin: enables cycling through the directory stack