summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2016-05-12Reword and fix formatting of mvn plugin READMEMarc Cornellà
2016-05-12Add README file for mvn pluginVimal Raj
Signed-off-by: Marc Cornellà <marc.cornella@live.com>
2016-05-12Merge branch 'manu09-patch-1'Marc Cornellà
Close #4938
2016-05-12This plugin also includes tab completionsmanu
Signed-off-by: Marc Cornellà <marc.cornella@live.com>
2016-05-01Merge pull request #4907 from johankj/feature/osx-iterm2Marc Cornellà
Add iTerm2 v3 support
2016-04-20Merge pull request #5027 from tony612/add-files-completion-to-mix-testMarc Cornellà
add files completion to mix test
2016-04-20Merge pull request #5023 from psprint/masterMarc Cornellà
[znt] Don't leave positional parameters being set
2016-04-20add files completion to mix testTony Han
2016-04-20Don't leave positional parameters being setSebastian Gniazdowski
2016-04-16Moved git.io url to httpsSharat M R
git.io now redirects to https. So the current function break. Changing it to https fixes the issue.
2016-03-30Add 'asdf' pluginRob Loach
2016-03-30Merge pull request #4728 from atk91/4727Marc Cornellà
Remove --color flag from git log aliases The way to colorize `git log` output is by setting the `color.ui` configuration.
2016-03-30Merge pull request #2392 from s7anley/masterMarc Cornellà
Geeknote autocomplete and alias
2016-03-30Merge pull request #4943 from MattLewin/masterMarc Cornellà
Update 'tm' function to take multiple files on the command-line
2016-03-30Merge pull request #3892 from delphiki/sf2-pluginMarc Cornellà
Added environment based shortcuts in symfony2 plugin
2016-03-30Merge pull request #4809 from aried3r/patch-1Marc Cornellà
Add missing alias to README of bundler plugin
2016-03-26Merge pull request #4849 from gkotian/masterRobby Russell
Minor README fixes
2016-03-25Update 'tm' function to take multiple files on the command-lineMatthew Lewin
2016-03-24[feature/npm-outdated]Antonis Karamitros @antouank
- add alias for "npm outdated" to check outdated npm modules
2016-03-08Add iTerm2 v3 supportJohan K. Jensen
2016-02-22Fix bug in compass docs searchWill Mendes
2016-02-18fix terminal color pollution, see issue ↵Marvin Frommhold
https://github.com/robbyrussell/oh-my-zsh/issues/4856
2016-02-15Minor README fixesGautam Kotian
2016-02-11Add README to dnf pluginMarc Cornellà
2016-02-11Fix deprecated dnf commandsMarc Cornellà
Update -> upgrade Erase -> remove
2016-02-11Create dnf pluginGeorge Machitidze
Adds some useful aliases
2016-02-10git.plugin: remove the conflicting gvt aliasFilippo Valsorda
See FiloSottile/gvt#19 and FiloSottile/gvt#4
2016-02-10Add hash imported fromGlenn / devalias
2016-02-09Update _brew to match latestGlenn / devalias
Updated _brew to match latest in https://github.com/Homebrew/homebrew/blob/master/Library/Contributions/brew_zsh_completion.zsh
2016-02-07pylint.plugin.zsh: Remove include-ids=yEddie Dunn
The flag `--include-ids` is soon to be deprecated for Pylint. This pull request removes that option from pylint-quick
2016-01-29Add missing alias to README of bundler pluginAnton Rieder
2016-01-18Update gitignore.plugin: comma separated argumentslow-ghost
Seems like this is more like the intended effect, splits arguments with commas for proper gitignore.io api request. Thanks for teaching me about custom compdef completions! Updated with zsh join operator by Marc Cornellà
2016-01-18Adding support for stdin input in the encode64 pluginSébastien Larivière
2016-01-18Merge pull request #4755 from psprint/masterMarc Cornellà
znt: optimizations for zsh<=5.2
2016-01-18znt: optimizations for zsh<=5.2, use $BUFFER if cmd is not from historySebastian Gniazdowski
2016-01-15Merge pull request #4738 from valentinbud/feature-vaultMarc Cornellà
Vault basic autocompletion
2016-01-15Vault basic autocompletion.“Valentin
2016-01-15Merge pull request #4713 from apjanke/forklift-new-homepageMarc Cornellà
forklift: update homepage URL and tweak formatting
2016-01-15Merge pull request #4537 from agireud/command-not-found-OSXMarc Cornellà
Add OSX support for command-not-found
2016-01-08forklift: update homepage URL and tweak formattingAndrew Janke
2016-01-07chruby plugin locals moved inside functionStefan Wrobel
2015-12-25Closes #4727atk91
2015-12-16Merge pull request #4695 from mcornella/add-hub-completionMarc Cornellà
Add hub's completion file
2015-12-15Fixed a typo.Paul Calabro
2015-12-15colored-man-pages: Use Portable `less` PathPavan Rikhi
2015-12-15Merge pull request #4700 from giordanovi/masterMarc Cornellà
Update gulp.plugin.zsh
2015-12-15Update gulp.plugin.zshGiordano Vicari
Remove `local` stuff that cause an error in shell
2015-12-15Add hub's completion fileMarc Cornellà
This uses the version at commit 35c76bf (2015-12-08) https://github.com/github/hub/commit/35c76bf91dc3d699173599464b9b41cb877ee440
2015-12-15Fix syntax error in colored-man-pagesMarc Cornellà
Commit 09d2a597a5 introduced the bug, which is due to using single brackets conditions at the same time as *. This commit should fix it and use double brackets everywhere else. Fixes #4699
2015-12-15Merge pull request #4463 from giordanovi/masterMarc Cornellà
Fetch Gulp tasks list in a better way