Ivan Mironov
d2712d3180
Add alias for oneline git tree with --all option
10 years ago
Robin Chalas
621eb21139
Fix deprecated usage ( #5050 )
...
When using the command alias `sfcontainer` or `sfrouter`, the following warning occurs:
> ! [CAUTION] The use of "container:debug" command is deprecated since version 2.7 and will be removed in 3.0. Use the
> ! "debug:container" instead.
10 years ago
Wanbok Choi
615af65087
Add 'gcn!' for the '--no-edit' option. ( #4830 )
...
Remove the '-s' option from 'gcan!'
Add 'gcans!'. It is the same as the current 'gcan! -s'.
10 years ago
Shang Yehua
5aa7e0f600
Add mvn options to ignore test failures ( #5092 )
...
add "-Dmaven.test.failure.ignore=true" .
This option will not ignore all tests but ignore the failures when run tests.
See http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#testFailureIgnore
10 years ago
Marc Cornellà
52723876f9
Add README to meteor plugin
10 years ago
Juan David Pastas
edf89bffdc
Add meteor plugin aliases
...
Signed-off-by: Marc Cornellà <marc.cornella@live.com>
10 years ago
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
Tomas Norre Mikkelsen
244d6b1df9
[TASK] Vagrant plugin: Add missing vagrant snapshot command
...
Fixes issue #5022
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