Commit Graph

125 Commits

Author SHA1 Message Date
Andrew Hodges
f14b00808d Node.js Helpers
Add helper function to open node api in browser. Add binaries installed via
npm to path. Tell node where to find things (what things?).
2011-05-28 11:20:48 -04:00
Andrew Hodges
513938e5c3 Pow! Restart Helper
Add helper function to restart an app running on Pow!
2011-05-28 11:09:37 -04:00
Andrew Hodges
c6688047f7 Brew Plugin
Merge completion with official brew completion. Add a helper to link official
completion into oh-my-zsh plugin (without overwriting). Add an alias to list
installed brews. Add brews to the path (in a somewhat strange way).
2011-05-28 10:57:48 -04:00
Andrew Hodges
7b8290a4e1 Gem List Helper
Add helper function to list gems in a pretty way (only with rvm, for now). Add
missng EOF newline and a todo to the ruby plugin.
2011-05-28 10:50:06 -04:00
Andrew Hodges
acac0a2a47 RVM Update Helpers
Add helper function to get rvm head. Add helper function to link zsh
completion that comes with rvm into om-my-zsh plugin directory, but don't
overwrite the completion that comes with oh-my-zsh (oh-my-zsh's completion is
better, but I want to be able to compare).
2011-05-28 10:35:54 -04:00
Andrew Hodges
8bc3f278e5 Helpful Listing Aliases
Add alias to list installed rubies. Add alias to list gemsets in active ruby.
2011-05-28 10:23:06 -04:00
Andrew Hodges
df5345fd8a Ruby Switching Helpers
Add helper functions to switch gemsets on ruby-1.8.7-p334 and ruby-1.9.2-p180.
Add completion definitions for helper functions.
2011-05-28 10:16:06 -04:00
Robby Russell
be8e44a671 Merge pull request #345 from jacobat/master
Autojump plugin
2011-05-26 01:15:51 -07:00
Robby Russell
dab2506f38 Merge pull request #139 from clauswitt/master
Fixed an issue with the phing plugin
2011-05-26 01:04:23 -07:00
Robby Russell
30a4677df4 Merge pull request #118 from fwalch/gpg-agent
Added gpg-agent plugin
2011-05-26 00:59:25 -07:00
Robby Russell
3d815368b4 Merge pull request #224 from Soliah/plugin-rvm
RVM Plugin
2011-05-24 03:01:49 -07:00
Jacob Atzen
faee7964c0 TextMate automatically forks into the background 2011-05-19 16:33:29 +02:00
Jacob Atzen
0694e3b0bf Add autojump plugin 2011-05-19 16:20:30 +02:00
Robby Russell
41b4bf4da5 Merge pull request #295 from alexrinass/apache2-macports-plugin
Added start/stop aliases for Apache 2 installation via macports.
2011-05-13 02:53:02 -07:00
Sorin Ionescu
7e378f6ef9 Added Compleat - Completion for Human Beings plugin. 2011-05-05 18:41:05 -04:00
Robby Russell
282dcac06d Merged pull request #310 from Ikke/master.
Add git-flow plugin
2011-04-29 03:38:41 -07:00
Robby Russell
232d204bc0 Merged pull request #270 from sankara/d03a6176aacd583993c02c7e837d10751c431875.
Basic autocompletion for Leiningen (fixed pull request)
2011-04-29 03:36:09 -07:00
Hakan Ensari
8a385329b7 Rails 3 aliases now work with Rails 2 as well. 2011-04-29 10:59:59 +01:00
Kevin Daudt
63d19fdb1e Added git-flow plugin 2011-04-29 11:54:31 +02:00
Robby Russell
00dbec7001 Merged pull request #303 from cit/master.
added alias for apt-cache search to deb plugin
2011-04-28 23:29:17 -07:00
Pat Regan
b003fc59a4 redis-cli.plugin.zsh removed, adding to the fpath isn't needed now 2011-04-27 19:46:23 -04:00
Pat Regan
84405c5b4b Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh 2011-04-27 04:56:44 -04:00
Florian Adamsky
61f27e94b1 added alias for apt-cache search 2011-04-26 23:22:42 +02:00
Robby Russell
971c878e68 Merged pull request #276 from saimn/yum.
new yum plugin with useful aliases
2011-04-26 10:04:38 -07:00
Robby Russell
8f957c230c Merged pull request #278 from totolici/redis-plugin.
Redis-cli plugin
2011-04-26 09:50:39 -07:00
Robby Russell
da24371de4 Merged pull request #294 from alexrinass/mysql-macports-plugin.
Fixed folder naming for mysql-macports plugin and improved start/stop scr
2011-04-26 09:46:18 -07:00
Ilmari Vacklin
2d29f73f54 Add 'upgrade' to brew completions. 2011-04-22 00:16:29 +03:00
Alexander Rinass
95fc64739f Added start/stop aliases for Apache 2 installation via macports. 2011-04-20 15:54:51 +02:00
Alexander Rinass
5ea555b208 Fixed folder naming for mysql-macports plugin and improved start/stop scripts. 2011-04-20 15:50:55 +02:00
Pat Regan
9899c2445c Remove fpath/compinit code from github and npm plugins 2011-04-20 01:30:52 -04:00
Pat Regan
bb45bab6aa Merge remote branch 'upstream/master'
Conflicts:
	plugins/github/github.plugin.zsh
2011-04-20 01:29:58 -04:00
alexandru
1e784edb04 redis-cli completion plugin 2011-04-14 16:22:18 -07:00
Pat Regan
6aad987f82 Optimize plugin loading so that only one call to compinit is required 2011-04-12 17:41:09 -04:00
Pat Regan
782883b5d8 Replace redundant calls to compinit with a single call. 2011-04-08 10:12:22 -04:00
Simon
a6b806080a new yum plugin with useful aliases 2011-04-07 10:23:06 +02:00
Jakub Nawalaniec
e684afcba0 Completions are git subdommand-aware now 2011-04-03 15:43:39 +02:00
Jakub Nawalaniec
758b415e72 Zsh will now complete git aliases with git stuff 2011-04-03 13:50:05 +02:00
Robby Russell
f0841486e9 Merge branch 'ssh-agent-append-host-to-environment' of https://github.com/trcjr/oh-my-zsh into trcjr-ssh-agent-append-host-to-environment 2011-03-16 08:05:19 -07:00
Robby Russell
dd82fe6fd7 Merge branch 'master' of https://github.com/AlexBio/oh-my-zsh into AlexBio-master 2011-03-16 08:03:23 -07:00
Robby Russell
87164219a1 Merge branch 'master' of https://github.com/dbbolton/oh-my-zsh into dbbolton-master 2011-03-16 07:59:18 -07:00
Daniel Bolton
6df8d73e27 Add debian plugins file 2011-03-15 20:31:14 -04:00
Daniel Bolton
37bf208fdb add Perl plugins file 2011-03-14 01:43:33 -04:00
Matt Cable
ea4222d5c8 Add completion for port command 2011-03-13 16:08:12 -06:00
Alessandro Ghedini
076957a8d9 add 'deb' plugin with Debian's apt aliases 2011-03-12 16:25:27 +01:00
Alessandro Ghedini
0f42666575 add completion plugin 'cpanm' for cpanminus 2011-03-12 16:24:20 +01:00
Alessandro Ghedini
21b5525ea0 add 'lol' plugin (based on lolbash) 2011-03-12 16:23:55 +01:00
Sankara Rameswaran
6fa11377dd Lein completion 2011-03-02 15:20:43 +05:30
Theodore Robert Campbell Jr
477749a0af ssh-agent plugin now ends in "-$HOST" so an agent is started properly with nfs shared homes. 2011-03-01 00:21:49 -05:00
Theodore Robert Campbell Jr
4a46f72bb4 changes recommended by blueyed 2011-03-19 10:29:22 -04:00
Theodore Robert Campbell Jr
7380c1b783 Whoops, this was supposed to be in the last commit! 2011-03-03 21:38:56 -05:00