- 02 Dec, 2012 8 commits
-
-
Alexander Simonov authored
-
Robby Russell authored
New theme
-
Robby Russell authored
Updated the frisk theme to display Bazaar branch information as well
-
Robby Russell authored
Modify readme to clarify the manual way
-
Robby Russell authored
Fix repo for github.
-
Michael Nikitochkin authored
-
Ryan Castillo authored
-
Ryan Castillo authored
-
- 01 Dec, 2012 21 commits
-
-
Robby Russell authored
Update plugins/git-flow/git-flow.plugin.zsh
-
Robby Russell authored
Add the heroku --remote switch
-
Robby Russell authored
Added last working directory plugin
-
Robby Russell authored
Fix color syntax
-
Robby Russell authored
Jira Plugin - Wrong URL
⚡ -
Robby Russell authored
Pass plugin for completion
-
Robby Russell authored
Fix sourcing brew's autojump of version 21.0.3+
-
Robby Russell authored
Fix backwards svn "dirty" state detection
-
Robby Russell authored
Added a small mod of the tjkirch theme
-
Robby Russell authored
Update themes/minimal.zsh-theme
-
Robby Russell authored
Updated svn.plugin.zsh to behave more like lib/git.zsh
-
Robby Russell authored
Add support of multiple screen variants in screen plugin
-
Robby Russell authored
Replace reset-prompt with push-line and accept-line
-
Robby Russell authored
Use rvm completion from ~/.rvm/scripts/zsh/Completion
-
Robby Russell authored
Implement 'gup' as git pull --rebase
-
Robby Russell authored
Added a CoffeeScript plugin.
-
Robby Russell authored
Added gwc(git whatchanged alias) to git plugin
-
Robby Russell authored
Alias 'rdbtp' to rake db:test:prepare to rails plugin
-
Robby Russell authored
Revert "Fix to restore bindings after switching to vi-mode"
-
Robby Russell authored
Add autocomplete for git "hubflow"
-
Robby Russell authored
urltools more fast
-
- 30 Nov, 2012 4 commits
-
-
Robby Russell authored
Add UPDATE_ZSH_DAYS setting
-
Robby Russell authored
Some fixes for the agnoster theme / Fixed autocompletion for autojump with homebrew
-
Robby Russell authored
fix typo in theme
-
satoru authored
-
- 28 Nov, 2012 6 commits
-
-
Gustavo authored
-
Will Weaver authored
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.
-
Hauke Stange authored
-
Hauke Stange authored
-
Hauke Stange authored
-
Max Bane authored
This reverts commit b609aa0e -- 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 #
-
- 27 Nov, 2012 1 commit
-
-
Hauke Stange authored
-