summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-10Merge pull request #273 from blueyed/hub-alias-only-with-rubyRobby Russell
Minor fix for the github plugin: check for `ruby`.
2011-10-10Merge pull request #225 from Soliah/plugin-bundlerRobby Russell
Add tab completion to bundler plugin
2011-10-10Merge pull request #205 from sorin-ionescu/plugin-gnu-utilsRobby Russell
gnu-utils plugin
2011-10-10Merge pull request #482 from volpino/masterRobby Russell
Theme chooser + fox's theme
2011-10-10Merge pull request #428 from matthewmccullough/gradlepluginRobby Russell
Added a gradle build tool plugin
2011-10-10Merge pull request #338 from norm2782/masterRobby Russell
Added my norm theme to oh-my-zsh
2011-10-10Merge pull request #319 from sorin-ionescu/plugin-npmRobby Russell
Replace npm 0.x completion with 1.0 completion.
2011-10-10Merge pull request #275 from tristan0x/require_toolRobby Russell
New script $ZSH/tools/require_tool.sh to ensure version of tool
2011-10-10Merge pull request #274 from diofeher/masterRobby Russell
A python plugin
2011-10-10Merge pull request #525 from kibs/masterRobby Russell
Option for setting a different path to your custom files and plugins.
2011-10-04Fix up some wonkinessMark Szymanski
2011-10-04Add new theme: wuffersMark Szymanski
2011-09-26added git merge as gmDan Shearmur
2011-09-24Better cake completion: don't barf on options, and don't clobber user's ↵Nick Stenning
namespace
2011-09-23This is the correct way to check the return valueJames Moore
2011-09-23This needs to explicitly check the return valueJames Moore
2011-09-20First search in the custom folder for the themefceccon
2011-09-20Adding README file for the wakeonlan pluginPaul Gideon Dann
2011-09-20split rkj into two themes.Roman Kamyk
2011-09-19Splitting wakeonlan plugin completion into separate filePaul Gideon Dann
2011-09-19Forgot to quote the path parameter to wakeonlanPaul Gideon Dann
2011-09-19Tweaks to the wakeonlan pluginPaul Gideon Dann
These were suggested by sorin-ionescu in pull request #343.
2011-09-15terminitor plugin: add autocompletion also for edit, delete and setup ↵Philipp Bosch
subcommands.
2011-09-15terminitor plugin: add autocompletion for start subcommand.Philipp Bosch
2011-09-15Add basic autocompletion for terminitor (https://github.com/achiu/terminitor).Philipp Bosch
2011-09-15Merge branch 'master' of http://github.com/robbyrussell/oh-my-zshRoman Kamyk
2011-09-14Textmate plugin update to take Gemfile and cucumber features in accountGil Vandendriesssche
2011-09-11Added VCS prompt to Apple theme.David Aaron Fendley
2011-09-10[plugins/grails] Remove warning message; it's always displayedZach Riggle
2011-09-10[plugins/grails] Use globbing instead of grepZach Riggle
2011-09-10[plugins/grails] Added grails pluginZach Riggle
2011-09-10fix completion for commands wrapped with bundlerMario Fernandez
2011-09-02Merge branch 'master' of github.com:Gonzih/oh-my-zshMax Gonzih
2011-09-02vundle call fixed for new vundle versionMax Gonzih
2011-08-31add foreman, nanoc, and rainbows to list of bundled commandsHakan Ensari
2011-08-31order aliases alphabeticallyHakan Ensari
2011-08-30Merge pull request #490 from hwti/428f18cf428fd86bd6e99c4363e5f25d0e392506Robby Russell
Add key bindings for gnome-terminal on Fedora
2011-08-30Merge pull request #408 from thunfischbrot/patch-1Robby Russell
Included some essential aliases in the lol plugin
2011-08-30Merge pull request #575 from mr-szymanski/masterRobby Russell
Add git alias
2011-08-30Revert "Enable red dots during completion by default".Robby Russell
After a few weeks of using this, I'd prefer this to not be enabled by default. My bad for suggesting that in the first place. This reverts commit fc49b4a4ded376cd82b813dcb6d72fdc050b7bed.
2011-08-27Add an alias for ga --> git add, tooMark Szymanski
2011-08-27Add gss alias for git status -sMark Szymanski
2011-08-17Fix auto upgrade failure from non-exported ZSH env varTim Taylor
Fixes #549. Specify ZSH=$ZSH explicitly when invoking the auto update scripts.
2011-08-16Gallois theme - made the git branch/status show for those of us without rvmBen Lumley
2011-08-16Added nifty purple Apple theme.David Aaron Fendley
2011-08-13Remove -s switch from apt-copyDaniel Bolton
2011-08-13oops, restore broken theme previewMax Gonzih
2011-08-13detect rvm or rbenv and show ruby versionMax Gonzih
2011-08-12Merge pull request #545 from ches/patch-1Robby Russell
Add guard to bundler plugin's wrapped commands
2011-08-13Add guard to bundler plugin's wrapped commandsChes Martin