summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-07Add shortcut for showing log of all branchesSean M. Collins
2012-08-05fix typo in cd-wrapperYannik Stein
2012-08-01Correct variable used for global ssh known host completionAlexis Letessier
2012-07-31Make git use sha when branch name is missing.Ted Vessenes
2012-07-29Add branch status support to git_prompt_statusCaio Romão
This patch makes git_prompt_status support three new status variables: - ZSH_THEME_GIT_PROMPT_AHEAD - ZSH_THEME_GIT_PROMPT_BEHIND - ZSH_THEME_GIT_PROMPT_DIVERGED With these extra variables it's easy to see (1) if you have commits in your local branch that weren't pushed to the remote (AHEAD), (2) if there are commits in the remote that you haven't merged/rebased yet (BEHIND) or (3) if you have local unpushed commits AND the remote has some commits you haven't merged yet (DIVERGED). Refer to the first line displayed on `git status -b --porcelain`. An example setup in a .zsh-theme file would be: ZSH_THEME_GIT_PROMPT_AHEAD="↑" ZSH_THEME_GIT_PROMPT_BEHIND="↓" ZSH_THEME_GIT_PROMPT_DIVERGED="↕"
2012-07-29Adding logic for ~/Applications folder installs of Sublime Text 2bwl
2012-07-26Added a "please" alias for sudoBjarki Ágúst Guðmundsson
2012-07-26Merge branch 'master', remote-tracking branch 'rr/master'Bjarki Ágúst Guðmundsson
2012-07-25alias at=aptitude broke /usr/bin/at scheduler.apm
Just an idea: change it to ap
2012-07-24MergeJames Smith
2012-07-24delete os specific disable-patternsclutton
2012-07-23Adding a symfony plugin, for symfony 1Graham Christensen
2012-07-24improvement: define PROMPT_HOST once on startupclutton
2012-07-23added 'gcl'for 'git config --list'; and gd for 'git diff'Dr Nic Williams
2012-07-20Merge pull request #1229 from seban/run_rails_without_bundle_execRobby Russell
'rails' command should not be run with bundle exec
2012-07-20auto-upadate feature will now reset the epoch so that if a user doesn't say ↵Robby Russell
yes, it won't ask them again for a while. fixes #1240
2012-07-20Fix changelog --list completion bugAlexis GRIMALDI
2012-07-19Added creditsAlexis GRIMALDI
2012-07-19Added git-extras completionAlexis GRIMALDI
2012-07-19Bwana plugin for reading man pages in SafariAndrew Vit
2012-07-18add maven zsh autocomplete plugin, copy from juvenxu's bash maven ↵Henry Yan
autocomplete plugin
2012-07-18check for knife.rb in cwdMugen Kenichi
this is useful when managing multiple chef servers
2012-07-17merge from upstream masterHenry Yan
2012-07-16Merge branch 'master' of https://github.com/robbyrussell/oh-my-zshPeter Tillemans
2012-07-16modify themes/jnrowe.zsh-theme, add host directive "Ξ (mbsd) ~ →"clutton
2012-07-15'rails' command should not be run with bundle execSebastian Nowak
http://blog.wyeworks.com/2011/12/27/bundle-exec-rails-executes-bundler-setup-3-times http://yehudakatz.com/2011/05/30/gem-versioning-and-bundler-doing-it-right/
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-26Merge branch 'master' of https://github.com/robbyrussell/oh-my-zshPeter Tillemans
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 completion to the theme selection pluginRoey Darwish Dror
2012-06-22Added themes pluginRoey Darwish Dror
2012-06-22added jexecVolker Pacher
2012-06-22added plugin for jrubyVolker Pacher
2012-06-22Fix mismatched quote in yum pluginPeter Mounce
2012-06-22Merge pull request #1174 from insside/rbenv-homebrew-fixRobby Russell
rbenv plugin now uses 'brew --prefix rbenv' command to find rbenv folder