summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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.
2013-04-30Cache for fasd --initLindolfo 'Lorn' Rodrigues
Using cache technique for faster fasd --init as shown at: https://github.com/clvv/fasdi#install
2013-04-29Change sublime text path select priority on mac.Kaiwen Xu
User changed symbolic link for sublime binary is now top priority, since this allows users to actually specify which version of sublime they want to use. Sublime text 2 binary has higher priority over sublime text (3) binary, since sublime text 2 is considered more stable.
2013-04-24extend mercurial plugin to be more like git/svnPhilipp Tessenow
implement in_hg(), hg_get_branch_name(), hg_prompt_info(), and hg_dirty() for the mercurial plugin named functions similar to subversion plugin, to give theme maintainers an easier life
2013-04-23Merge pull request #1254 from systemfreund/masterRobby Russell
Added completion plugin for "Go" compiler
2013-04-23Spin to bundlerRobby Russell
2013-04-23Merge branch 'master' of github.com:robbyrussell/oh-my-zshRobby Russell
2013-04-23Resolving conflict with merge of #1058Robby Russell
2013-04-23Merge pull request #1633 from alec-c4/masterRobby Russell
rails4 plugin
2013-04-23Merge pull request #917 from agate/patch-1Robby Russell
added "publish" and "track" command completion for git-flow plugin
2013-04-23Merge pull request #711 from jasongill/textmate-plugin-improvementRobby Russell
Improvements to the tm command in the TextMate plugin
2013-04-23Resolving conflict when merging in #528Robby Russell
2013-04-23Merge pull request #818 from jmacdonald/masterRobby Russell
Alias for 'git diff'
2013-04-23Merge pull request #1223 from bigjust/masterRobby Russell
Basic Virtualenv plugin
2013-04-23Merge pull request #1620 from hreese/gpg-agent_with_sensible_ssh-agentRobby Russell
Disable ssh-agent support in gpg-agent-plugin if another ssh-agent is already available.
2013-04-23Merge pull request #1490 from khrt/masterRobby Russell
Added support for Subversion 1.7 for SVN plugin
2013-04-23Merge pull request #1565 from serdardalgic/autoenv-pluginRobby Russell
Add autoenv plugin, which adopts using Kenneth Reitz's autoenv.
2013-04-23Merge pull request #1622 from hacfi/patch-1Robby Russell
Fix Symfony2 command completion 'permission denied'
2013-04-23Merge pull request #1634 from Anahkiasen/patch-1Robby Russell
Add alias for "composer dump-autoload"
2013-04-23Merge pull request #1641 from NeuralSandwich/masterRobby Russell
Battery plugin updates
2013-04-23Merge pull request #1702 from mbauhardt/copyfileRobby Russell
a plugin (function) which copies the content of a file into the clipboar...
2013-04-23Merge pull request #1724 from miry/rails_aliasesRobby Russell
Added global aliases to use RAILS_ENV.
2013-04-23Merge pull request #1703 from marcparadise/mp/knife-chef-11-initial-supportRobby Russell
initial support for chef 11 integrated knife-essentials
2013-04-23Merge pull request #1704 from laggyluke/st3Robby Russell
Support for Sublime Text 3
2013-04-23Merge pull request #1718 from toctan/masterRobby Russell
command-not found support for Arch Linux
2013-04-23Merge pull request #1721 from z2v/hgpluginRobby Russell
Mercurial: add alias for 'hg bookmarks'
2013-04-23Merge pull request #1707 from bkg/django-staticRobby Russell
Add django plugin command