Ilmari Vacklin
6f53b3130d
Add 'upgrade' to brew completions.
15 years ago
Alexander Rinass
96ec1e1249
Fixed folder naming for mysql-macports plugin and improved start/stop scripts.
15 years ago
Theodore Robert Campbell Jr
f0922006ab
changes recommended by blueyed
15 years ago
Theodore Robert Campbell Jr
9406ae7929
Whoops, this was supposed to be in the last commit!
15 years ago
Theodore Robert Campbell Jr
277057cb63
Moved this to the existing github plugin
15 years ago
Theodore Robert Campbell Jr
2717e147b3
blueyed's ZSH-fu is much stronger than mine.
15 years ago
Theodore Robert Campbell Jr
8ed33a8ccc
no need for an extra fork
15 years ago
Theodore Robert Campbell Jr
0447a0ec11
added hub plugin from defunkt
15 years ago
Sorin Ionescu
f928228382
Added npm plugin.
15 years ago
Robby Russell
b3a78d2b28
Using git-diff instead of git diff
15 years ago
Daniel Hahler
91e4f3d667
Fix `gdv`: make it a function, and use `view`.
...
I've changed it to use `view` instead of `vim -R` to make it hopefully
more editor-agnostic.
15 years ago
Jakub Nawalaniec
4cd4167c8d
Further git completion improovements
...
In detail:
gup - now completes with remotes like git fetch would
gdv - got git diff completions
gc/gca - now zsh will suggest files in staging area
gba - suggestions as for git branch
15 years ago
Jakub Nawalaniec
2e9492969b
Completions are git subdommand-aware now
15 years ago
Jakub Nawalaniec
57f55e69ed
Zsh will now complete git aliases with git stuff
15 years ago
Daniel Bolton
ce41d0e5bd
Add debian plugins file
15 years ago
Daniel Bolton
5bbd87a333
add Perl plugins file
15 years ago
Matt Cable
fa344733e5
Add completion for port command
15 years ago
Alessandro Ghedini
f90cb7e7b9
add 'deb' plugin with Debian's apt aliases
15 years ago
Alessandro Ghedini
a6b8bec8ec
add completion plugin 'cpanm' for cpanminus
15 years ago
Alessandro Ghedini
a2d0bd7c29
add 'lol' plugin (based on lolbash)
15 years ago
Theodore Robert Campbell Jr
9d991a5080
ssh-agent plugin now ends in "-$HOST" so an agent is started properly with nfs shared homes.
15 years ago
Ben Langfeld
6467e90efb
Add iTerm version of tab function (itab)
15 years ago
Ben Langfeld
c52fea8082
Make a cleaner version of the OS X tab function
15 years ago
Myron Marston
6b610d7dd8
Add bundler plugin with aliases.
15 years ago
Tadas Tamošauskas
6b5c4e27b2
fixed typo in rails3 plugin and added one alias for migrating and redoing migration if it was successful
15 years ago
Robin Ramael
664b97a3c8
Added svn info in prompt with plugin.
...
If the svn plugin is used, svn info (repo name and wether the repo is dirty) is displayed in the prompt like with git. Just lke with git, the colors can be manipulated with variables (see awesomepanda theme for example).
15 years ago
Hakan Ensari
1a8ceef514
Typo
15 years ago
Hakan Ensari
6aa8ee2f51
Removed remote_console. It doesn't handle rvm, capistrano, and so on.
15 years ago
Hakan Ensari
960eb52366
A rails3 plugin based on the rails plugin
15 years ago
Hakan Ensari
8edf417375
Aliased git checkout as `gco`
15 years ago
Hakan Ensari
632181c3dc
Fixed typo
15 years ago
Fedyashev Nikita
6dbfdd9e31
improved formatting; redundant attributes deleted
16 years ago
Fedyashev Nikita
ea274ab90c
fixed formatting; dead code deleted
16 years ago
Fedyashev Nikita
148c14e4f7
vagrant plugin autocompletion - initial version
16 years ago
Claus Witt
9db8042c46
Added phing plugin
16 years ago
Tom Stuart
ab170c38ea
Fix lighthouse plugin error message
16 years ago
Joseph Jon Booker
baa46b39e3
command-not-found package in ubuntu
16 years ago
Sven Lito
425b0ef89f
bugfix - moved gem info
16 years ago
Sven Lito
210c76c35b
leaving out subcommands for now
16 years ago
Sven Lito
fcd88edfb3
adding comment and URL to github gem
16 years ago
Sven Lito
dfbed8fd98
added git log incl. stats for the past 5 commits
16 years ago
Sven Lito
249fe1471c
adding github plugin
16 years ago
Jake Bell
541da0c9d1
Removing capistrano aliases/functions from rails plugin (since cap is not rails-specific).
16 years ago
Daniel Schauenberg
7936bbbd5a
adapt brew,gem,pip plugin to new structure
16 years ago
Robby Russell
26d97a9355
Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there.
16 years ago
Robby Russell
d647a9b25c
Tidying up the spacing to bring in line with coding standards
16 years ago
Matt Cable
3add6a2ac4
Portable perl dirpersiststore because 'tail -r' doesn't work everywhere.
16 years ago
Tomas Kramar
6c3b9daaf7
Add vi-mode plugin for vi-like editing
16 years ago
gwjo
62cea310fb
ssh-agent module
...
Implement a simple module that automatically launches the ssh-agent when you login and
adds your default key.
Useful for anyone that does remote work and thus doesn't have access to a keychain tool.
16 years ago
Matt Cable
2ff567e162
Removed unportable (and unnecessary) grep flags
16 years ago