diff options
author | Matthew McCullough <matthewm@ambientideas.com> | 2011-06-28 19:42:50 -0600 |
---|---|---|
committer | Matthew McCullough <matthewm@ambientideas.com> | 2011-06-28 20:09:00 -0600 |
commit | e43eec99f94c00a6a9d2b30f9c449aff5ab0dfe5 (patch) | |
tree | 5d2b0c03409e597e72932a838f826e8a11de30d3 /plugins/cloudapp/cloudapp.plugin.zsh | |
parent | 3552423de3d5ae439dc815b7f9c4cbeab3fbebe8 (diff) | |
download | zsh-e43eec99f94c00a6a9d2b30f9c449aff5ab0dfe5.tar.gz zsh-e43eec99f94c00a6a9d2b30f9c449aff5ab0dfe5.tar.bz2 zsh-e43eec99f94c00a6a9d2b30f9c449aff5ab0dfe5.zip |
Added cloudapp from @holman of @GitHub fame
Diffstat (limited to 'plugins/cloudapp/cloudapp.plugin.zsh')
-rw-r--r-- | plugins/cloudapp/cloudapp.plugin.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/cloudapp/cloudapp.plugin.zsh b/plugins/cloudapp/cloudapp.plugin.zsh new file mode 100644 index 000000000..99252f690 --- /dev/null +++ b/plugins/cloudapp/cloudapp.plugin.zsh @@ -0,0 +1,2 @@ +#!/bin/zsh +alias cloudapp=$ZSH/plugins/cloudapp/cloudapp.rb |