summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2012-12-02Merge pull request #1284 from obmarg/feature/debianwhichfixRobby Russell
Debian plugin now pipes which stderr to stdout
2012-12-02Merge pull request #1319 from skatkov/masterRobby Russell
Replace cp -verbose with rsync
2012-12-02Merge pull request #1336 from aelesbao/plugin-systemdRobby Russell
systemd plugin
2012-12-02Merge pull request #1371 from rdrey/masterRobby Russell
Fixed node-docs
2012-12-02Merge pull request #1376 from javageek/masterRobby Russell
Updated code
2012-12-02Merge pull request #1375 from dsx/better-pycleanRobby Russell
A slightly better pyclean
2012-12-02Merge branch 'master' of github.com:robbyrussell/oh-my-zshRobby Russell
2012-12-02git findMarcus Müller
2012-12-02Merge pull request #431 from meh/rsync-pluginRobby Russell
Add rsync plugin.
2012-12-02Merge pull request #214 from allancaffee/masterRobby Russell
Improved completion for vagrant
2012-12-02Merge pull request #1455 from NeuralSandwich/masterRobby Russell
Battery plugin: Added support for Apple Macs
2012-12-02Merge pull request #1456 from sputnikus/masterRobby Russell
Function for managing pacman-key command on Arch Linux
2012-12-02Renaming cap to capistranoRobby Russell
2012-12-02Functions for managing pacman-keyMartin Putniorz
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-02Added support for Mac to battery pluginSean Jones
2012-12-02Fix repo for github.Michael Nikitochkin
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 #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 #1435 from Drarok/fix-svnRobby Russell
Fix backwards svn "dirty" state detection
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-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-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-27Fix the backwards svn status, and add comments explaining which way grep ↵Drarok Ithaqua
does things.
2012-11-27Whitespace cleanup.Drarok Ithaqua
2012-11-25Merge pull request #1391 from logicmd/masterRobby Russell
sublime text not found in Ubuntu
2012-11-25Merge pull request #1395 from caarlos0/masterRobby Russell
added some maven love <3
2012-11-25Merge pull request #1404 from Bklyn/masterRobby Russell
Fix for "?" and "!" in svn status output
2012-11-25Merge pull request #1396 from webframp/fix/brew-autojump-zshRobby Russell
Fix for brew installed autojump
2012-11-25Merge pull request #1415 from jmatth/git_root_pullRobby Russell
Adding grt alias to the git plugin.
2012-11-24Added alias to rake db:test:prepareSrihari Sriraman
Quite often, db:test:prepare is run after db:migrate. Added for convenience.
2012-11-24Added gwc(git whatchanged alias)Stanislav Mekhonoshin
Allows to view commit history in extended way
2012-11-22Add gifast pluginFelipe Contreras
Using the upstream git completion and prompt stuff. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2012-11-22Add support of screen-* $TERM in screen pluginDenys Lózko
2012-11-21totvs utilsCarlos Alexandro Becker
2012-11-20Adding grt alias to the git plugin.Josh Matthews
2012-11-20Use pull --rebase for 'gup' shortcut.Árni Hermann Reynisson
Instead of git fetch && git rebase.