summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2013-06-27Add autocompletion for Rails3.Tobias Preuss
+ Originally published by Christopher Chow. + Source: https://github.com/robbyrussell/oh-my-zsh/blob/30620d463850c17f86e7a56fbf6a8b5e793a4e07/plugins/rails3/_rails3 Commit: 30620d463850c17f86e7a56fbf6a8b5e793a4e07
2013-06-25Add more capable hg incoming and outgoing count handlingChris Krycho
The original hgic and hgoc aliases worked well for the default path, but attempting to call them with a different path failed. I created functions to handle them instead.
2013-06-25Merge pull request #1859 from ayushs/plugin-git-cleanRobby Russell
Added alias for git clean
2013-06-25Merge pull request #1864 from Stibbons/gsemet_push_git_pluginRobby Russell
Improvement in the git plugin
2013-06-25Merge pull request #1865 from Stibbons/gsemet_push_repo_pluginRobby Russell
New plugin for git-repo (https://code.google.com/p/git-repo/)
2013-06-25Merge pull request #1867 from telser/masterRobby Russell
Simple Cabal plugin
2013-06-25Merge pull request #1869 from lucasuyezu/env_logsRobby Russell
Adding testlog and prodlog in addition to devlog.
2013-06-25Merge pull request #1880 from posva/rand-quoteRobby Russell
Random quotes from the internet
2013-06-25Merge pull request #1876 from chriskrycho/patch-1Robby Russell
Add count for incoming and outgoing changesets.
2013-06-25Merge pull request #1881 from iammichiel/patch-1Robby Russell
Adding a rebase option to git alias.
2013-06-25Merge pull request #1886 from tresni/patch-5Robby Russell
Correctly detect JIRA Rapid Board
2013-06-25Merge pull request #1901 from geecu/autocomplete_requiredRobby Russell
autocomplete required packages as second argumet
2013-06-25Merge pull request #1708 from tessi/extend_mercurial_pluginRobby Russell
extend mercurial plugin
2013-06-25Merge pull request #1903 from andschwa/tmux_iterm2Robby Russell
Tmux iTerm2 integration
2013-06-25Merge pull request #1904 from oohlaf/gpg-agent-fixRobby Russell
Prevent starting multiple gpg-agents
2013-06-25Merge pull request #1910 from dongweiming/add-celery-completionRobby Russell
Add celery completion
2013-06-25Add celery completiondongweiming
2013-06-23TypoOlaf Conradi
2013-06-23Prevent starting multiple gpg-agentsOlaf Conradi
Don't just overwrite the environment. First check for a running agent (an x-session might have one running). If no agent is found, source the environment and check again using those settings. If again no agent is found, start a new instance.
2013-06-22Not loading home tmux confs when iTerm2 tmux integration is enabledAndrew Schwartzmeyer
2013-06-22Adding support for iTerm2 tmux integration via option '-CC'Andrew Schwartzmeyer
2013-06-21Merge pull request #1873 from charlesjohnson/bundler-pluginRobby Russell
Update bundler.plugin.zsh
2013-06-21Merge pull request #1889 from jerolimov/patch-1Robby Russell
osx-plugin: Do not clear new tab when calling it with an argument.
2013-06-21remove unused functionGunther Konig
2013-06-21autocomplete required packages as second argumetGunther Konig
2013-06-16Merge pull request #1894 from codewhale/masterRobby Russell
debian plugin: ignore alias in sudo/aptitude check
2013-06-16debian plugin: ignore alias in sudo/aptitude checkCode Whale
2013-06-16Add new plugin for homebrew installed version of postgresJeremy Tennant
2013-06-14Do not clear tab when calling it with an argument.Christoph Jerolimov
2013-06-12Merge pull request #1877 from spazm/virtualenvwrapper-cleanupRobby Russell
virtualenvwrapper plugin cleanup
2013-06-12Correctly detect Rapid BoardBrian Hartvigsen
* Add "x" in front of the value we check against... * Use true instead of yes (more consistent with the rest of ohmyzsh) The fact that no one seems to have raised this as an issue leads me to believe it's not used that much...
2013-06-11Adding a rebase option to git alias.Michiel Missotten
2013-06-09Messed up the comment somehow...San Martin Morote Eduardo
2013-06-09Random quotes from the internetSan Martin Morote Eduardo
2013-06-08virtualenv cleanup: replaces subshell with prompt expansion.Andrew Grangaard
* :t parameter expansion returns the last portion of the path, equivalent to basename. I <3 zsh. * adds comments for the VIRTUAL_ENV_DISABLE_PROMPT, used by virtual_env activate See also: http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion
2013-06-08virtualenvwrapper plugin cleanupAndrew Grangaard
* removes cd override by using chpwd_functions * removes subshell call to which by using $+commands array and c param expansion to find in PATH * zsh love!
2013-06-07Add count for incoming and outgoing changesets.Chris Krycho
2013-06-06Update bundler.plugin.zshCharles Johnson
Added strainer & tailor to commands in bundler plugin.
2013-06-06Update bundler.plugin.zshCharles Johnson
Added berks, foodcritic, kitchen, and knife commands to bundler plugin.
2013-06-06Adding testlog and prodlog.Lucas Uyezu
2013-06-05A cabal plugin based on the lein pluginTrev
2013-06-05Improvement in the git pluginGaetan Semet
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2013-06-05New plugin for git-repo (https://code.google.com/p/git-repo/)Gaetan Semet
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2013-06-01Added alias for git cleanAyush Samantroy
2013-05-27fix the open command in linux using xdg-openMarc-Antoine Lemieux
2013-05-21Merge pull request #1837 from xuhdev/web-searchRobby Russell
Add web-search plugin.
2013-05-21Fixed recursion. Git not needed for it to work.Germán M. Bravo
Avoid infinite `cd` loops under certain conditions. Try getting `.venv` from the current directory (not necessarily always using git)
2013-05-20Add web-search plugin.Hong Xu
This plugin adds google, bing and yahoo commands to launch the default web browser to do web search: e.g. google oh-my-zsh bing what is zsh
2013-05-09gentoo linux supportbebugz
2013-04-30Merge pull request #1774 from kevinxucs/sublime-default-2Robby Russell
Change sublime text path select priority on mac.