summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2013-09-06Mark function asks for confirmation and uses basename of directory when no ↵Jeroen Janssens
argument is given
2013-09-06Change marks function and remove 'function' keyword as suggested by ↵Jeroen Janssens
pielgrzym in https://github.com/robbyrussell/oh-my-zsh/pull/2045#issuecomment-22820224
2013-09-06Add _completemarks function as suggested by pielgrzym in ↵Jeroen Janssens
https://github.com/robbyrussell/oh-my-zsh/pull/2045#issuecomment-22826540
2013-09-05Support of parallel bundle installStanislav Mekhonoshin
2013-09-05Better filename matchingJustin Aiken
2013-09-05Filter out missing links with jump autocompleteJustin Aiken
2013-09-05Sublime Text: Harmonize alias with the Sublime Text install instructionsPaul Melnikow
The typical command is `subl`, not `st`. Leaving both for backward compatibility. See http://www.sublimetext.com/docs/2/osx_command_line.html
2013-09-05NVM: Avoid providing completions when nvm is not installedPaul Melnikow
2013-09-05Add commonly used git stash aliasesTorsten Bühl
2013-09-04Plugin for Node Version ManagerPaul Melnikow
2013-08-29Update bundler.plugin.zshAlexander Gronemann
Added taps to bundled_commands
2013-08-29Merge remote-tracking branch 'robbyrussell/master'yleo77
2013-08-24Fixed opening documentation on Linux (node)dchusovitin
2013-08-19Add support for mosh (remote-shell) tab completion.Aaron Mills
2013-08-18Add tab completion for jump pluginJeroen Janssens
2013-08-15Add jump plugin, which allows you to easily jump around the file systemJeroen Janssens
2013-08-14Improve pip plugin options supportBrandon W Maister
* -r, --record now looks for a local file instead of trying to cache the entire package index * add --editable because it's useful * add --single-version-externally-managed because it is too long * add --record and --root because they're required by --single-version-externally-managed
2013-08-14changed duck to ddg for aliasstibinator
2013-08-13Merge pull request #2028 from AeonAxan/masterRobby Russell
Add Docker Autocompleteion
2013-08-13Merge pull request #1672 from miry/rails3_command_fixRobby Russell
Use new style of rails command.
2013-08-13Merge pull request #1790 from simlegate/masterRobby Russell
change git alias
2013-08-13Merge pull request #1961 from brenttheisen/issue_1952_prRobby Russell
Copy and paste of two functions from Ubuntu 13.04's version of /usr/s… …hare/zsh/functions/Completion/Unix/_git that were referenced in 46f0d8d.
2013-08-13Merge pull request #1960 from mekanics/plugin-podRobby Russell
Plugin pod
2013-08-07Merge branch 'master' of https://github.com/AeonAxan/oh-my-zshAhmed Azaan
2013-08-07fixed minor errorsAhmed Azaan
2013-08-07Update README.mdAhmed Aeon Axan
2013-08-07add docker autocomplete pluginAhmed Azaan
2013-07-26added duckduckgo to web-searchstibinator
2013-07-26added duckduckgo to web-searchstibinator
2013-07-23Added completion for second argument for 'brew reinstall'Andrey Janzen
2013-07-23Merge pull request #1988 from jwarwick/mixRobby Russell
Added autocompletion support for Elixir mix command
2013-07-23Merge pull request #1992 from jeromemacias/patch-1Robby Russell
Fix symfony command completion 'permission denied'
2013-07-23Merge pull request #1994 from kennethgeerts/masterRobby Russell
Updated gem plugin zsh completion (gem 2.0.3).
2013-07-23Updated gem plugin zsh completion (gem 2.0.3).Kenneth Geerts
2013-07-23In capistrano completion show also tasks without descriptionAndrey Janzen
2013-07-22Fix symfony command completion 'permission denied'Jérôme Macias
2013-07-19Added autocompletion support for Elixir mix commandJohn Warwick
2013-07-20Added 'reinstall' command to brew completionAndrey Janzen
2013-07-16Merge pull request #1980 from awidegreen/upstreamRobby Russell
Fix ssh-agent plugin identities comment for using multiple identities.
2013-07-16No cat, and hide errors for missing cache fileTrae Robrock
2013-07-16Add knife_ssh command to make connecting to servers managed with chef easierTrae Robrock
2013-07-16Fix ssh-agent plugin identities comment for using multiple identities.Armin Widegreen
2013-07-16set default value `--max-count=10`yleo77
2013-07-16Merge remote-tracking branch 'robbyrussell/master'yleo77
2013-07-15PLUGIN: gpg-agent: export SSH_* environment variables tooSukant Hajra
If using the gpg-agent with --enable-ssh-support, the SSH_AUTH_SOCK and SSH_AGENT_PID environment variables need to be exported once sourced from GPG_ENV. Otherwise, we get no benefit from the persisting these values to GPG_ENV; subsequent openned terminals don't see the existent gpg-agent as a process for an SSH daemon.
2013-07-15show file liste on 'pod push [REPO]' and tab, 'pod spec lint' and 'pod ↵Alexandre Joly
podfile-info'
2013-07-15fixed typo in tmux pluginfff
2013-07-12Added a 'git diff --cached' alias -> 'gdc'Tehmasp Chaudhri
2013-07-11fix gpg-agent "running already" checkSukant Hajra
The GPG_ENV file is sourced before doing the gpg-connect-agent check, but this file (unlike the SSH_ENV file) doesn't export GPG_AGENT_INFO, so the check always fails. This results in new gpg-agents continuously being spawned. All this commit does is put in the single export to fix the problem.
2013-07-09Copy and paste of two functions from Ubuntu 13.04's version of ↵Brent Theisen
/usr/share/zsh/functions/Completion/Unix/_git that were referenced in 46f0d8d. Fixes #1952.