summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-12Merge branch 'master' of https://github.com/robbyrussell/oh-my-zshPeter Tillemans
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-05Merge remote branch 'upstream/master'Sébastien M-B
2012-06-04Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshAlexander Berezovsky
2012-06-04Added spin to bundled_commands (Bundler plugin)Kir Shatrov
2012-06-03Add a couple of options for git-flow.Erich Menge
2012-06-01rails3, added rgm = 'rails generate migration'Weston Platter
2012-06-01Removing ey command from bundled_commands. It is not usually bundled.Tim Littlemore
2012-05-31Merge pull request #1138 from amarraja/masterRobby Russell
Remove heroku from the bundler plugin
2012-05-31Merge pull request #1140 from mappleconfusers/pull_req_debianRobby Russell
Enhancements for the Debian Plugin
2012-05-31Now with 50% less auto-updates.Robby Russell
2012-05-29Add command to directly install the output of acsmapc
2012-05-29Make the $apt_pref variable evaluatet at alias expansion by using ↵mapc
single-quotes instad of double quotes
2012-05-29Add aliases for git-remote: gr...mapc
2012-05-29Prevent the heroku command from being automatically bundle-exec'ed Amar Raja
The heroku command should not be executed via bundler, see: https://github.com/heroku/heroku/issues/173
2012-05-28Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshCorey Woodcox
2012-05-24Fixed a bug in checking the platformVarun Vijayaraghavan
2012-05-23fino-time themeAlexander Berezovsky
2012-05-23add fasd pluginAlexander Berezovsky
2012-05-23Load symlink custom filesnatsumesou
`(.)` search only real files. The deletion of it enables searching symlink *.zsh files
2012-05-21Add Sublime Text 2 alias for Linux.Varun Vijayaraghavan
Detects the platform using "uname", and sets the alias accordingly. If you are using Linux, this assumes that you have created a symbolic link to /usr/bin/sublime_text.
2012-05-21Added zp and zps aliases for the SUSE pluginRoey Darwish Dror
2012-05-21Added suse pluginsRoey Darwish Dror
2012-05-20Merge pull request #1026 from dir01/patch-1Robby Russell
Python plugin: added pygrep command, simplified pyclean
2012-05-20Merge pull request #1079 from dylnhdsn/feature/sublime_text_pluginRobby Russell
added aliases for sublime text
2012-05-20Merge pull request #1105 from Drarok/fix-svnRobby Russell
Fix the svn plugin only outputting the 1st path segment
2012-05-20Merge pull request #1111 from jimeh/fix-ZSH_CUSTOM-variableRobby Russell
Fix $ZSH_CUSTOM variable
2012-05-06Load themes from `$ZSH_CUSTOM` instead of `$ZSH/custom`Jim Myhrberg
This seems like a simple oversight, everything else uses `$ZSH_CUSTOM` rather than `$ZSH/custom`.
2012-05-06Suppress "zsh: no matches found" error when $ZSH_CUSTOM has no filesJim Myhrberg
The addition of `(.N)` enables the `NULL_GLOB` option which suppresses the error output in question. Reference: http://www.zsh.org/mla/users/2004/msg00621.html
2012-05-03Don't drop everything after a trailing slash, as this breaks standard svn ↵Mat Gadd
branches: ^/branches/featurename ^/releases/Release-vx.y ^/trunk
2012-05-02added 'gcl'for 'git config --list'; and gd for 'git diff'Dr Nic Williams
2012-04-25Fix formattingJustin Mazzi
2012-04-25Add instructions on handling updates and prompts.Justin Mazzi
2012-04-22changed the alias to use to cli provided by sublime textDylan Hudson
2012-04-19added aliases for sublime textDylan Hudson
2012-04-18Add option to disable status notificationMartin Meredith
For certain git repositories, this slows down usage of the shell horifically. This option can be set with git config --add oh-my-zsh.hide-status 1 which will disable checking/showing the status notification
2012-04-12Merge remote branch 'upstream/master'Sébastien M-B
Conflicts: lib/completion.zsh
2012-04-12Added yum aliases for: makecache, grouplist, groupinstall, and groupremove.ntpeters
2012-04-07Add Theme "itchy"Daniel Bayerlein
2012-04-05Adds glo; glp (arg)Steven G. Harms
* glo := git log --oneline * glp := git log --pretty=arg
2012-04-04Added an if-statement to see if git is installedDaniel Lockard
2012-04-04Added subcommands for leiningen 1.7.0Peter Tillemans
2012-04-04small changes to make it prettierCorey Woodcox
2012-04-04add the half-life theme based on steeef and lambdaCorey Woodcox
2012-03-26Merge branch 'master' of https://github.com/robbyrussell/oh-my-zshfred-o