summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-02Added Candy-Kingdom themeSean Jones
2012-12-02Merge pull request #256 from lorrin/no-op_command-not-foundRobby Russell
Make command-not-found no-op when support not available (e.g. not on Ubuntu)
2012-12-02Merge pull request #253 from loopj/masterRobby Russell
Added function git_remote_status to lib/git.zsh which extracts if the local branch is ahead/behind/diverged from remote
2012-12-02Added support for Mac to battery pluginSean Jones
2012-12-02Merge pull request #516 from adben/masterRobby Russell
New Theme
2012-12-02Set default for rvm prompt prefix/suffixAlexander Simonov
2012-12-02Fix RVM loading and RVM ruby version infoAlexander Simonov
2012-12-02Simonoff themeAlexander Simonov
2012-12-02Merge pull request #455 from aslamnd/masterRobby Russell
New theme
2012-12-02Merge pull request #448 from n0nick/patch-1Robby Russell
Updated the frisk theme to display Bazaar branch information as well
2012-12-02Merge pull request #1451 from rmcastil/modify_readme_to_clarify_the_manual_wayRobby Russell
Modify readme to clarify the manual way
2012-12-02Merge pull request #1452 from miry/githubRobby Russell
Fix repo for github.
2012-12-02Fix repo for github.Michael Nikitochkin
2012-12-01Make the NOTE an optional for improved instructionsRyan Castillo
2012-12-01Improve formatting of step 2 for clarityRyan Castillo
2012-12-01Merge pull request #1393 from agate/patch-2Robby Russell
Update plugins/git-flow/git-flow.plugin.zsh
2012-12-01Merge pull request #1365 from pcasaretto/add-heroku-remote-switchRobby Russell
Add the heroku --remote switch
2012-12-01Merge pull request #1366 from op/last-working-dirRobby Russell
Added last working directory plugin
2012-12-01Merge pull request #1370 from ericmathison/syntax-fixRobby Russell
Fix color syntax
2012-12-01Merge pull request #1347 from paulredmond/plugin/jiraRobby Russell
Jira Plugin - Wrong URL :zap:
2012-12-01Merge pull request #1386 from sanbor/masterRobby Russell
Pass plugin for completion
2012-12-01Merge pull request #1390 from pluton8/bugfix/autojump21Robby Russell
Fix sourcing brew's autojump of version 21.0.3+
2012-12-01Merge pull request #1435 from Drarok/fix-svnRobby Russell
Fix backwards svn "dirty" state detection
2012-12-01Merge pull request #1421 from cristim/masterRobby Russell
Added a small mod of the tjkirch theme
2012-12-01Merge pull request #1399 from tresni/patch-1Robby Russell
Update themes/minimal.zsh-theme
2012-12-01Merge pull request #1400 from tresni/patch-2Robby Russell
Updated svn.plugin.zsh to behave more like lib/git.zsh
2012-12-01Merge pull request #1416 from talmuth/masterRobby Russell
Add support of multiple screen variants in screen plugin
2012-12-01Merge pull request #1410 from jimhester/per-directory-historyRobby Russell
Replace reset-prompt with push-line and accept-line
2012-12-01Merge pull request #1411 from niceview/rvmRobby Russell
Use rvm completion from ~/.rvm/scripts/zsh/Completion
2012-12-01Merge pull request #1413 from arnihermann/masterRobby Russell
Implement 'gup' as git pull --rebase
2012-12-01Merge pull request #1412 from jdavis/coffee_pluginRobby Russell
Added a CoffeeScript plugin.
2012-12-01Merge pull request #1418 from Mehonoshin/patch-2Robby Russell
Added gwc(git whatchanged alias) to git plugin
2012-12-01Merge pull request #1419 from ssrihari/masterRobby Russell
Alias 'rdbtp' to rake db:test:prepare to rails plugin
2012-12-01Merge pull request #1439 from maxbane/masterRobby Russell
Revert "Fix to restore bindings after switching to vi-mode"
2012-12-01Merge pull request #1442 from willman500/git-hub-flow-pluginRobby Russell
Add autocomplete for git "hubflow"
2012-12-01Merge pull request #1445 from knxroot/masterRobby Russell
urltools more fast
2012-11-30Modifying documentation in zshrc template for new config optionRobby Russell
2012-11-30Merge pull request #1430 from danielsoneg/egd-update_frequencyRobby Russell
Add UPDATE_ZSH_DAYS setting
2012-11-30Merge pull request #1437 from Partyschaum/masterRobby Russell
Some fixes for the agnoster theme / Fixed autocompletion for autojump with homebrew
2012-11-30Merge pull request #1446 from suzaku/patch-1Robby Russell
fix typo in theme
2012-11-30fix typosatoru
2012-11-28Node.js version of urltools es more fast (53% aprox), you can try this with ↵Gustavo
strace -o trace -c -Ttt
2012-11-28Add autocomplete for git "hubflow"Will Weaver
This was copied from the git-flow plugin and necessary changes made for the additional features. http://dev.datasift.com/blog/hubflow-github-and-gitflow-model-together HubFlow is git flow with additional features to help with use of github.
2012-11-28fixed autojump: autocompletion works with homebrew againHauke Stange
2012-11-28Merge branch 'master' of github.com:Partyschaum/oh-my-zshHauke Stange
2012-11-28fixed autojump plugin: works with homebrew again nowHauke Stange
2012-11-28Revert "Fix to restore bindings after switching to vi-mode"Max Bane
This reverts commit b609aa0e6c981f2039d777687cb01a84587f6edc -- this commit was a bad idea, because it makes vi-mode very difficult to use. The default `bindkey` keybindings are NOT MEANT to coexist with `bindkey -v` Vi mode; that's why `bindkey -v` clears them in the first place! Restoring all of the default keybindings after enabling Vi mode, the way the reverted commit did, causes many collisions between those default keybindings that begin with ESC and the command-mode-initiating ESC of Vi mode. See Issue 1438 of robbyrussell/oh-my-zsh. If people have custom keybindings, they should create them in their ~/.zshrc AFTER enabling the vi-mode plugin and sourcing oh-my-zsh.sh. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch master # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: plugins/vi-mode/vi-mode.plugin.zsh #
2012-11-27fixed symbolic-ref git view of agnoster themeHauke Stange
2012-11-27removed 'x' from prompt_context() function nameHauke Stange
2012-11-27Fix the backwards svn status, and add comments explaining which way grep ↵Drarok Ithaqua
does things.