Cleaned up the plugins.

This commit is contained in:
Sorin Ionescu 2011-08-30 23:16:15 -04:00
commit 90e7debc30
66 changed files with 902 additions and 1774 deletions

View file

@ -1,6 +1,10 @@
# hub alias from defunkt
# Aliases
# Hub by defunkt
# https://github.com/defunkt/hub
if [ "$commands[(I)hub]" ]; then
# eval `hub alias -s zsh`
function git(){hub "$@"}
if (( $+commands[hub] )); then
function git() {
hub "$@"
}
fi