JamesFerguson
d4d8939410
Only trim remote names; be git-flow friendly
...
- don't remove everything before the last /
- do remove <remote_name>/
- allows flow style feature/foobar branch names
13 years ago
Dustin Hemmerling
785b1c6337
mvn plugin was missing "redeploy" completion for tomcat.
13 years ago
bertabus
c50b9a24f1
Added Vundle clean to remove bundles removed from vimrc
13 years ago
Marko Bauhardt
9c6b88607e
a plugin (function) which copies the current directory into the clipboard
13 years ago
Bercio
6b6208e141
>! doesn't work with no clobber, echo is redundant. Fixed all.
13 years ago
Bercio
58a6ed1eac
"$PWD" = "PWD", >! doesn't work, echo is redundant. Fixed all.
13 years ago
Alexis Hildebrandt
9af2295394
Add emoji-clock plugin
...
which displays the current time with half hour accuracy as an emoji
symbol, for example in the shell prompt.
13 years ago
Conrad Irwin
fc785de97b
+safe-paste plugin
13 years ago
dsx
6271941a91
Prevents echo of _sublime_darwin_paths contents
13 years ago
Tima Maslyuchenko
8e368c1222
added hub autocomplete instructions
13 years ago
Justin Clayton
48c0f6c294
Update _vagrant
...
updated to match new vagrant 1.1.x command list
13 years ago
Ben Hartshorne
520b0132e9
adding docs about knife path config variables
13 years ago
Ben Hartshorne
5c1c536015
allowing you to override knife paths
13 years ago
Adam Krebs
f9722174f7
fix some references from npm --> bower.
13 years ago
Adam Krebs
b7608bf32d
add bower autocompletion
13 years ago
Rostislav Raykov
8d6b7573e7
Powify autocomplete
13 years ago
KokaKiwi
af8d8df36c
Add colored man plugin.
13 years ago
lesmyrmidons
55da480da1
modify alias sfc => sf
13 years ago
lesmyrmidons
fc67399843
Simplification name aliases and adding new alias
13 years ago
Simeon F. Willbanks
c89afd2f6a
Fixes #1485 zeus should not be bundled
13 years ago
Vladimir Zakharov
295bac0329
Mercurial: add alias for pull with rebasing
13 years ago
Josh Matthews
19ae0b576c
Exporting path to fixed config as a global variable.
...
This is done to fix compatibility with antigen.
To keep with convention, the variable has been renamed to be in all caps.
13 years ago
Josh Matthews
a91872df35
Prefixing tmux wrapper function with '_'.
13 years ago
Serg Lifinsky
c1c77685ed
Fix grails plugin
...
Fix problem with "basename" command error "extra operand" (do not work with array)
13 years ago
Bobby DeSimone
7c50867d2e
Added golang completion support from golang.org
13 years ago
Adam Stankiewicz
0ed1adeaad
Use --no-rehash option for faster startup
13 years ago
Ben Marshall-Corser
f7f487c426
Alias for commit and commit all with amend
...
For the lazy and forgetful. Don't worry, a bang is fine in an alias and completion.
🎉
13 years ago
Marcel Wolf
2a1c9ff340
add ssh-agent option to set default lifetime of identities
...
By default, ssh-agent stores identities forever. It has an option to
set a maximum lifetime for identites (useful to expire passphrase protected
keys). Allow this option to be set using:
zstyle :omz:plugins:ssh-agent lifetime <time>
13 years ago
Ryan Winograd
4c8bba57ac
Fix whitespace
...
That's what I get for using GitHub text editor and not checking tabs.
13 years ago
rylwin
1cfd813f79
last-working-dir: Use >! to overwrite $cache_file
...
Use ">!" to overwrite $cache_file in case noclobber is set.
When noclobber is set, zsh will not allow the use of ">" to overwrite
the contents of a file. Instead, it displays a "file exists" error.
By using ">!" instead, we tell zsh to overwrite the file without
complaining.
13 years ago
Ashley Snowdon
6c6072c492
Modified to use full parameter as newer versions of base64 uses lowercase D
13 years ago
hacfi
4bf174c38b
Autocomplete composer default methods if composer.json is not available
...
This plugin currently doesn't autocomplete composer commands if there is no composer.json in the current dir. However, the commands create-project, init, search, selfupdate and show are still useful without a composer.json!
13 years ago
Spencer Rinehart
bdf4f5a347
Allow ":" and "-" characters in phing tasks.
...
Tasks that included hyphens or colons were being excluded from
completion. This improves the usage for this.
13 years ago
Spencer Rinehart
300f94cb0e
Use [ -nt ] instead of stat -f%m to check cache files.
13 years ago
Vladimir Zakharov
6dd286bba3
Mercurial: add aliases for 'incoming' and 'outgoing' commands
13 years ago
ishtu
49860bd61f
add function vncviwer
13 years ago
RomainBelorgey
20fe5e6a57
Update _capistrano
...
Add use of Capfile commands
13 years ago
Josh Matthews
f0a920df5a
Checking to make sure tmux is actually installed before running plugin.
...
If it is not found an error message is printed.
13 years ago
Josh Matthews
4e8681c6e1
Adding options to choose tmux TERM for 256 and non-256 color terminals.
...
This may be needed on systems that don't have the proper terminfo for
screen and/or screen-256color. Otherwise the defaults of screen and
screen-256color should be fine.
13 years ago
Josh Matthews
86c9b32031
Adding compdef to maintain tmux completions.
13 years ago
Josh Matthews
56c46c4ed8
Fixing typo in alias.
13 years ago
Josh Matthews
691630a895
Adding option to prevent autostarting tmux more than once in the same session.
13 years ago
Josh Matthews
f096644c75
Checking if already in tmux before autostarting in tmux in tmux plugin.
13 years ago
Josh Matthews
43c50f03e3
Checking environment instead of local variable for fixing term in tmux plugin.
13 years ago
Josh Matthews
7b15627851
Fixing typos, logic, and gremlins in tmux plugin.
13 years ago
Josh Matthews
bf40d4e354
Adding helper tmux config files to tmux plugin.
13 years ago
Josh Matthews
45a4db33f8
Enabling autostart of tmux in tmux plugin.
13 years ago
Josh Matthews
0cf871d512
Adding comments to tmux plugin.
13 years ago
Josh Matthews
778ae57772
Tmux plugin now just runs tmux if any extra args are given.
13 years ago
Josh Matthews
3aef6793c2
Now checking for 256 color terminal in tmux plugin.
13 years ago