Marc Cornellà
30870d87dd
Reword and fix formatting of mvn plugin README
10 years ago
Vimal Raj
863675f3d4
Add README file for mvn plugin
...
Signed-off-by: Marc Cornellà <marc.cornella@live.com>
10 years ago
manu
2ad13bd945
This plugin also includes tab completions
...
Signed-off-by: Marc Cornellà <marc.cornella@live.com>
10 years ago
Tony Han
c1ed14189b
add files completion to mix test
10 years ago
Sebastian Gniazdowski
19769fded2
Don't leave positional parameters being set
10 years ago
Sharat M R
f28c0a81b7
Moved git.io url to https
...
git.io now redirects to https. So the current function break. Changing it to https fixes the issue.
10 years ago
Rob Loach
616ac67924
Add 'asdf' plugin
10 years ago
Matthew Lewin
fc89773413
Update 'tm' function to take multiple files on the command-line
10 years ago
Antonis Karamitros @antouank
097cc70f7b
[feature/npm-outdated]
...
- add alias for "npm outdated" to check outdated npm modules
10 years ago
Johan K. Jensen
d189236f75
Add iTerm2 v3 support
10 years ago
Will Mendes
480ad804a6
Fix bug in compass docs search
10 years ago
Marvin Frommhold
31614f8c40
fix terminal color pollution, see issue https://github.com/robbyrussell/oh-my-zsh/issues/4856
10 years ago
Gautam Kotian
eee6f08421
Minor README fixes
10 years ago
Marc Cornellà
624518054b
Add README to dnf plugin
10 years ago
Marc Cornellà
c0b12523fe
Fix deprecated dnf commands
...
Update -> upgrade
Erase -> remove
10 years ago
George Machitidze
ee86f1a627
Create dnf plugin
...
Adds some useful aliases
10 years ago
Filippo Valsorda
52737b1828
git.plugin: remove the conflicting gvt alias
...
See FiloSottile/gvt#19 and FiloSottile/gvt#4
10 years ago
Glenn / devalias
2a0be1aad4
Add hash imported from
10 years ago
Glenn / devalias
db39afe95b
Update _brew to match latest
...
Updated _brew to match latest in https://github.com/Homebrew/homebrew/blob/master/Library/Contributions/brew_zsh_completion.zsh
10 years ago
Eddie Dunn
78bf3dd9b2
pylint.plugin.zsh: Remove include-ids=y
...
The flag `--include-ids` is soon to be deprecated for Pylint. This pull request
removes that option from pylint-quick
10 years ago
Anton Rieder
a6ad7a0c8d
Add missing alias to README of bundler plugin
10 years ago
low-ghost
494b07b093
Update gitignore.plugin: comma separated arguments
...
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à
10 years ago
Sébastien Larivière
7daa207dbc
Adding support for stdin input in the encode64 plugin
10 years ago
Sebastian Gniazdowski
77f93f61c5
znt: optimizations for zsh<=5.2, use $BUFFER if cmd is not from history
10 years ago
“Valentin
b9ace28179
Vault basic autocompletion.
10 years ago
Andrew Janke
9dd8def169
forklift: update homepage URL and tweak formatting
10 years ago
Stefan Wrobel
3dfd2166fa
chruby plugin locals moved inside function
10 years ago
atk91
d853ec4b62
Closes #4727
10 years ago
Paul Calabro
247a582d09
Fixed a typo.
10 years ago
Pavan Rikhi
3ebbb40b31
colored-man-pages: Use Portable `less` Path
10 years ago
Giordano Vicari
015437cab8
Update gulp.plugin.zsh
...
Remove `local` stuff that cause an error in shell
10 years ago
Marc Cornellà
3162de563f
Add hub's completion file
...
This uses the version at commit 35c76bf (2015-12-08)
35c76bf91d
10 years ago
Marc Cornellà
5e310c5308
Fix syntax error in colored-man-pages
...
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
10 years ago
Giordano Vicari
4f314e2a32
Update gulp.plugin.zsh
...
Add local stuff
10 years ago
Giordano Vicari
8042394c78
Update gulp.plugin.zsh
...
Sort pipe dropped and fix 2>/dev/null
10 years ago
Sebastian Gniazdowski
d30a501b1c
znt: more optimizing workarounds for 5.0.6 <= zsh < 5.2
10 years ago
Marc Cornellà
09d2a597a5
Fix style of colored-man-pages plugin
10 years ago
cknoblauch
a8157293a7
colored-man plugin: Quoted PATH variable
...
Some environments (in my case, cygwin) have PATH variables with directories
with spaces in them, breaking colored-man.
Adding quotes around the PATH environment variable makes the plugin run OK.
10 years ago
Andrew Janke
9f552130bd
Move current_branch() from git plugin to core lib/git.zsh
...
Fixes #4085 : core -> plugin dependency issue.
Rename it to git_current_branch for clarity that it's git-specific.
Update all plugins that were calling it to use new name.
Fix variable leaks by making more variables in lib/git.zsh local.
Have lib/git.zsh use [[ ]] instead of [ ] everywhere.
10 years ago
Victor Torres
fe63ed09b7
Updating speed test info and using zsh command line.
10 years ago
Victor Torres
cf5db83fac
Implementing mcornella's suggestions in pull request 4451.
10 years ago
Kaelig
6190d3e8ba
Point to the GitHub repository
10 years ago
Andrew Janke
45822e85c5
history-substring-search: bind arrows in both emacs and viins modes
...
This avoids an ordering dependency between this and the vi-mode plugin.
10 years ago
Kaelig
b6997f6972
Update link to git completion
10 years ago
Andrew Janke
c52f67746b
common-aliases: handle "dev" versions in version check
...
Uses `is-at-least` instead of a numeric comparison hack, so versions with non-numeric bits like "4.5.0-dev5" don't throw errors.
10 years ago
Gregory McCue
fb5effd5d8
Add Ecosia to web-search plugin.
10 years ago
Sebastian Gniazdowski
357d57c541
znt: include some status information on top of the window
10 years ago
Bilal Amarni
0d45e771c8
[Composer] redirect stderr to /dev/null for completion commands
10 years ago
Sebastian Gniazdowski
c793baeadd
znt: optimize heap usage for older Zsh's (e.g. 5.0.8)
10 years ago
Sebastian Gniazdowski
89205f90e5
znt: faster startup of tools using colorifying (e.g. n-history)
10 years ago