summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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