summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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-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
2012-06-13Merge pull request #984 from vmalloc/less_r_pagerRobby Russell
Pager is 'less -R' to support colored outputs
2012-06-13Merge pull request #985 from pomaxa/masterRobby Russell
git plugin function
2012-06-13Merge pull request #999 from ChaosData/masterRobby Russell
Auto title now disabled in emacs term mode
2012-06-13Merge pull request #1016 from fuksito/masterRobby Russell
Helpers for encoding/decoding base64
2012-06-13Merge pull request #1032 from r-darwish/suseRobby Russell
Added suse plugin
2012-06-13Merge pull request #1055 from daniellockard/patch-1Robby Russell
Added an if-statement to see if git is installed
2012-06-13Merge pull request #1065 from ntpeters/patch-1Robby Russell
Added more aliases for yum
2012-06-13add --directory flagKristi
2012-06-13Merge branch 'master' of github.com:robbyrussell/oh-my-zshRobby Russell
2012-06-13Updating README to ask people to stop sending themes for nowRobby Russell
2012-06-13Merge pull request #1148 from erichmenge/git-flow-pluginRobby Russell
Add a couple of options for git-flow.
2012-06-13Merge pull request #1019 from matschaffer/patch-1Robby Russell
Don't clobber standard Esc+. behavior
2012-06-13Use grep to detect if untracked files exist instead of storing all the ↵Kristi
output of ls-files.
2012-06-13Merge pull request #239 from fred-o/masterRobby Russell
Maven and GNU Screen plugins
2012-06-13Merge pull request #1146 from westonplatter/masterRobby Russell
[rails3 plugin], add, rgm = rails generate migration
2012-06-13Merge pull request #1152 from mispy/virtualenvwrapperRobby Russell
Plugin for Python's virtualenvwrapper
2012-06-13Merge pull request #1155 from s3dev/s3devRobby Russell
Change hardcoded ~/.oh-my-zsh to $ZSH.
2012-06-13Merge pull request #1145 from tjl2/masterRobby Russell
Removing 'ey' from bundled_commands
2012-06-13Merge pull request #1156 from thackoun/masterRobby Russell
very small beug in the terminalparty theme
2012-06-12fix a very minor bug with colors of parenthesis in the terminalparty themethackoun
2012-06-12Change hardcoded ~/.oh-my-zsh to $ZSH.s3
2012-06-09Plugin which loads Python virtualenvwrapper and activates virtualenvs on cd ↵Jaiden Mispy
into git repos
2012-06-08Merge branch 'master' of github.com:westonplatter/oh-my-zshwestonplatter
2012-06-08checking if airport allows git protocolwestonplatter
2012-06-03Add a couple of options for git-flow.Erich Menge
2012-06-01rails3, added rgm = 'rails generate migration'Weston Platter