summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-10Merge pull request #631 from danshearmur/git-merge-aliasRobby Russell
added git merge as gm
2011-10-10Merge pull request #645 from mr-szymanski/masterRobby Russell
Add "wuffers" theme
2011-10-10Merge pull request #648 from SFEley/d926a55872b5a12ab8b987e9d86c02358d0c825eRobby Russell
New theme - Crunch
2011-10-10Merge pull request #418 from ptrv/masterRobby Russell
Added Mercurial plugin
2011-10-10Merge pull request #441 from Gonzih/masterRobby Russell
Create gnzh theme and vundle plugin
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-02Merge branch 'master' of github.com:Gonzih/oh-my-zshMax Gonzih
2011-09-02vundle call fixed for new vundle versionMax Gonzih
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-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
2011-08-12Merge pull request #543 from dmondark/heroku-completionRobby Russell
Heroku completion plugin
2011-08-11Added a gradle build tool pluginMatthew Git McCullough
* Enhanced gradle plugin to parse tasks from a quick execution of the tool * Added a duplicated function for gradlew completion that uses gradlew internally. Builds like Gradle itself (built with Gradle) are sensitive to being run with a matching gradlew version. * Fixed broken caching of gradle task names. Added - and -- argument completions.
2011-08-12Heroku completion pluginAli B
2011-08-11Merge pull request #492 from hwti/red-dots-completionRobby Russell
Display red dots during completion process (disabled by default)
2011-08-11Merge pull request #512 from ichesnokov/masterRobby Russell
a little fix for showing colors during upgrade
2011-08-11Merge pull request #515 from rahult/feature/powder-pluginRobby Russell
Auto Complete Plugin for powder gem
2011-08-04added option of setting another path to custom plugins and filesSune Kibsgaard Pedersen
just set ZSH_CUSTOM in your .zshrc, if not set oh-my-zsh.sh will use the default custom dir in the repository
2011-08-03fixed theme chooser + options + list available themes + show all themesfox
2011-08-02Added auto complete plugin for powder gem https://github.com/Rodreegez/powderRahul Trikha
2011-08-01'echo' did not show colors without -e in upgrade.shIlya Chesnokov
2011-07-30Merge pull request #464 from bkonkle/patch-1Robby Russell
Minor corrections to deletion detection in git_prompt_status
2011-07-30Merge pull request #507 from walle/add_autocomplete_for_gasRobby Russell
Add autocomplete for gas
2011-07-30Replace forgotten rubies with authorsFredrik Wallgren
2011-07-30Add autocomplete for gas. Based on the rvm plugin.Fredrik Wallgren
2011-07-28Enable red dots during completion by defaultLoïc Yhuel
2011-07-27Merge pull request #494 from EspadaV8/masterRobby Russell
Fixed an issue where the SVN plugin would mark a folder as being dirty when there was an svn:external set.
2011-07-27Merge pull request #496 from semmons99/masterRobby Russell
add alias for `bundle package` to the bundler plugin
2011-07-27Merge pull request #502 from sunaku/historyRobby Russell
move history-substring-search* files into plugins/
2011-07-27move history-substring-search* files into plugins/Suraj N. Kurapati
2011-07-25add alias for `bundle package` to the bundler pluginShane Emmons