summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-01Add autocompletion plugin for meteor commandDimitri Jorge
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-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-23Merge pull request #1993 from zvirusz/patch-2Robby Russell
In capistrano completion show also tasks without description
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-16Merge pull request #1980 from awidegreen/upstreamRobby Russell
Fix ssh-agent plugin identities comment for using multiple identities.
2013-07-16Merge pull request #1981 from trobrock/knife-sshRobby Russell
Add knife_ssh command to make connecting to servers managed with chef easier
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-15show file liste on 'pod push [REPO]' and tab, 'pod spec lint' and 'pod ↵Alexandre Joly
podfile-info'
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.
2013-07-10correct filename in the commentsmekanics
2013-07-09Merge pull request #1935 from mateitrusca/masterRobby Russell
typo in tmux plugin
2013-07-09supplemented with optionsAlexandre Joly
2013-07-05show repos on pod pushAlexandre Joly
2013-07-05pod-listAlexandre Joly
pod-lib removed. whyever I described it...
2013-07-05commands and subcommandsAlexandre Joly
2013-07-05first few lines for the autocompletion of cocoapodsAlexandre Joly
2013-07-02fixed typo in tmux pluginMatei Trusca
2013-06-28Merge pull request #1764 from johnjohndoe/feature/rails3-autocompletionRobby Russell
Add autocompletion for Rails3.
2013-06-28Merge pull request #1920 from dongweiming/update-coffeeRobby Russell
Update coffee completion
2013-06-28Merge pull request #1916 from okuramasafumi/masterRobby Russell
Change duplicated alias name
2013-06-28Merge pull request #1919 from dongweiming/breaking-change-bowerRobby Russell
The current version of bower is completely unavailable, plugin depthmodification
2013-06-28Merge pull request #1917 from brandonblack/rvm-pluginRobby Russell
rvm plugin: update to ruby version helpers and rvm-update
2013-06-28Update coffee completiondongweiming
2013-06-28The current version of bower is completely unavailable, plugin depth ↵dongweiming
modification
2013-06-27rvm plugin: update to ruby version helpers and rvm-updateBrandon Black
* the current patch levels hard-coded here are pretty dated. I updated the ruby version helpers to use loose ruby version matchers so they don't continually need to be updated with every new patch level release. * `rvm get head` actually performs an `rvm reload` in the post install. there's no need to do again here in rvm-update so I've removed that.
2013-06-27Change duplicated alias nameOkura Masafumi
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-25Merge pull request #1913 from chriskrycho/patch-2Robby Russell
Add more capable hg incoming and outgoing count handling
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.