Wasif Hasan Baig
bdc82114d0
Changd `alias gsta='git stash'` to `alias gsta='git stash save'`.
10 years ago
Mateusz Jaje
1e90f3618f
added assembly alias ( #5107 )
10 years ago
Marc Cornellà
87cbf3fcf1
Fix styling in cakephp3 completion
10 years ago
Draniu
9a0f9d7e8b
Better cake3 completion
10 years ago
Alexander Berezovsky
9ad9ac69a6
Change vim command to $EDITOR for consistency ( #5063 )
10 years ago
jordantwombly
670a470a85
fixed bower completion error from issue #2694 ( #5056 )
10 years ago
Grant Regimbal
f2b1be0dda
vagrant snapshot ( #5032 )
10 years ago
Ivan Mironov
c2168d741f
Arcanist plugin ( #5106 )
...
* Add initial list of aliases
* Add lint and diff aliases
* Remove usage section
10 years ago
Felipe Contreras
36e29fbc19
completion: zsh: improve main function selection
...
Sometimes we want to use the function directly (e.g. _git_checkout), for
example when zsh has the option 'complete_aliases', this way, we can do
something like:
compdef _git gco=git_checkout
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
10 years ago
Felipe Contreras
079fef48df
gitfast: fix the prompt colour
...
We can add colour in Zsh without the need of pcmode.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
10 years ago
Felipe Contreras
eec3dc607c
gitfast: update to upstream v2.8
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
10 years ago
Ivan Mironov
d2712d3180
Add alias for oneline git tree with --all option
10 years ago
Felipe Contreras
169cd8b6ca
gitfast: update to upstream v2.4
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
10 years ago
Felipe Contreras
0b5d18a247
gitfast: update to upstream v2.0
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
10 years ago
Sebastian Gniazdowski
e2d157d589
znt: update to v2.1.15
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
jgmdev
2bce3b1f58
Added fossil plugin.
10 years ago
Tomas Norre Mikkelsen
244d6b1df9
[TASK] Vagrant plugin: Add missing vagrant snapshot command
...
Fixes issue #5022
10 years ago
Nicolas Charpentier
3524fc8de5
JIRA Plugin will open rapidboard instead of dashboard if JIRA_RAPID_BOARD is true
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