Justin Aiken
a265acee4f
Better filename matching
13 years ago
Justin Aiken
128cd3f566
Filter out missing links with jump autocomplete
13 years ago
Jeroen Janssens
73c22c146c
Add tab completion for jump plugin
13 years ago
Jeroen Janssens
e368bf1d4a
Add jump plugin, which allows you to easily jump around the file system
13 years ago
Ahmed Azaan
2d1a07a3f7
fixed minor errors
13 years ago
Ahmed Aeon Axan
0a62f6636d
Update README.md
13 years ago
Ahmed Azaan
619ecb5f4f
add docker autocomplete plugin
13 years ago
Kenneth Geerts
107d196f94
Updated gem plugin zsh completion (gem 2.0.3).
13 years ago
Andrey Janzen
b456541cc3
In capistrano completion show also tasks without description
13 years ago
Jérôme Macias
d0e312fc13
Fix symfony command completion 'permission denied'
13 years ago
John Warwick
4b8e109584
Added autocompletion support for Elixir mix command
13 years ago
Trae Robrock
9a9e6e9299
No cat, and hide errors for missing cache file
13 years ago
Trae Robrock
00ccee1f33
Add knife_ssh command to make connecting to servers managed with chef easier
13 years ago
Armin Widegreen
5c529b5daa
Fix ssh-agent plugin identities comment for using multiple identities.
13 years ago
Alexandre Joly
ba7fe6df62
show file liste on 'pod push [REPO]' and tab, 'pod spec lint' and 'pod podfile-info'
13 years ago
Brent Theisen
05d8fdf3d5
Copy and paste of two functions from Ubuntu 13.04's version of /usr/share/zsh/functions/Completion/Unix/_git that were referenced in 46f0d8d. Fixes #1952 .
13 years ago
mekanics
45314ee5b7
correct filename in the comments
13 years ago
Alexandre Joly
0892bce00b
supplemented with options
13 years ago
Alexandre Joly
c48822b3a3
show repos on pod push
13 years ago
Alexandre Joly
1d636fe8ab
pod-list
...
pod-lib removed. whyever I described it...
13 years ago
Alexandre Joly
cf5ca2f4f3
commands and subcommands
13 years ago
Alexandre Joly
c26facb582
first few lines for the autocompletion of cocoapods
13 years ago
Matei Trusca
9cec52c449
fixed typo in tmux plugin
13 years ago
dongweiming
4fe4db5128
Update coffee completion
13 years ago
dongweiming
012afe2381
The current version of bower is completely unavailable, plugin depth modification
13 years ago
Brandon Black
644728bd22
rvm plugin: update to ruby version helpers and rvm-update
...
* 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.
13 years ago
Okura Masafumi
c51ef9dce6
Change duplicated alias name
13 years ago
Tobias Preuss
10bd036dfe
Add autocompletion for Rails3.
...
+ Originally published by Christopher Chow.
+ Source:
30620d4638/plugins/rails3/_rails3
Commit: 30620d463850c17f86e7a56fbf6a8b5e793a4e07
13 years ago
Chris Krycho
f25e2d2856
Add more capable hg incoming and outgoing count handling
...
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.
13 years ago
dongweiming
a18fa83550
Add celery completion
13 years ago
Olaf Conradi
64fc125eba
Typo
13 years ago
Olaf Conradi
711e96b1a2
Prevent starting multiple gpg-agents
...
Don't just overwrite the environment. First check for a running agent (an
x-session might have one running). If no agent is found, source the
environment and check again using those settings. If again no agent is
found, start a new instance.
13 years ago
Andrew Schwartzmeyer
55f7990607
Not loading home tmux confs when iTerm2 tmux integration is enabled
13 years ago
Andrew Schwartzmeyer
bc65443734
Adding support for iTerm2 tmux integration via option '-CC'
13 years ago
Gunther Konig
85c43f8a89
remove unused function
13 years ago
Gunther Konig
decf9cdb31
autocomplete required packages as second argumet
13 years ago
Code Whale
4eace8753b
debian plugin: ignore alias in sudo/aptitude check
13 years ago
Jeremy Tennant
f8e3f293e0
Add new plugin for homebrew installed version of postgres
13 years ago
Christoph Jerolimov
b074886ae6
Do not clear tab when calling it with an argument.
13 years ago
Brian Hartvigsen
bab1800ded
Correctly detect Rapid Board
...
* Add "x" in front of the value we check against...
* Use true instead of yes (more consistent with the rest of ohmyzsh)
The fact that no one seems to have raised this as an issue leads me to believe it's not used that much...
13 years ago
Michiel Missotten
d6945e2daa
Adding a rebase option to git alias.
13 years ago
San Martin Morote Eduardo
60aa92bae3
Messed up the comment somehow...
13 years ago
San Martin Morote Eduardo
e4884da5a0
Random quotes from the internet
13 years ago
Andrew Grangaard
894e1caa0a
virtualenv cleanup: replaces subshell with prompt expansion.
...
* :t parameter expansion returns the last portion of the path,
equivalent to basename. I <3 zsh.
* adds comments for the VIRTUAL_ENV_DISABLE_PROMPT,
used by virtual_env activate
See also:
http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion
13 years ago
Andrew Grangaard
e73dd2cdf8
virtualenvwrapper plugin cleanup
...
* removes cd override by using chpwd_functions
* removes subshell call to which by using $+commands array and
c param expansion to find in PATH
* zsh love!
13 years ago
Chris Krycho
c5aaa11cee
Add count for incoming and outgoing changesets.
13 years ago
Charles Johnson
ec177659df
Update bundler.plugin.zsh
...
Added strainer & tailor to commands in bundler plugin.
13 years ago
Charles Johnson
1e86e65e3a
Update bundler.plugin.zsh
...
Added berks, foodcritic, kitchen, and knife commands to bundler plugin.
13 years ago
Lucas Uyezu
8300f62e92
Adding testlog and prodlog.
13 years ago
Trev
82666e25e3
A cabal plugin based on the lein plugin
13 years ago