summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Robert Campbell Jr <trcjr@stupidfoot.com>2011-03-03 21:36:35 -0500
committerRobby Russell <robby@planetargon.com>2011-04-12 10:24:53 +0200
commit277057cb6399769340d41bba9421464c58742026 (patch)
tree0427a7310ab8d7cc1c30e4f8314f781f1dd01775
parent2717e147b303beef0f84e6dfbb2db562c8fc6740 (diff)
downloadzsh-277057cb6399769340d41bba9421464c58742026.tar.gz
zsh-277057cb6399769340d41bba9421464c58742026.tar.bz2
zsh-277057cb6399769340d41bba9421464c58742026.zip
Moved this to the existing github plugin
-rw-r--r--plugins/hub/hub.plugin.zsh5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/hub/hub.plugin.zsh b/plugins/hub/hub.plugin.zsh
deleted file mode 100644
index 48e1fa4ad..000000000
--- a/plugins/hub/hub.plugin.zsh
+++ /dev/null
@@ -1,5 +0,0 @@
-# hub alias from defunkt
-# https://github.com/defunkt/hub
-if which hub > /dev/null; then
- eval $(hub alias -s zsh)
-fi