diff --git a/modules/git/hub.zsh b/modules/git/hub.zsh deleted file mode 100644 index e2c9280..0000000 --- a/modules/git/hub.zsh +++ /dev/null @@ -1,15 +0,0 @@ -# -# Adds GitHub knowledge to the Git command. -# https://github.com/defunkt/hub -# -# Authors: -# Chris Wanstrath -# Sorin Ionescu -# - -if (( $+commands[hub] )); then - function git { - hub "$@" - } -fi - diff --git a/modules/git/init.zsh b/modules/git/init.zsh index 577ae25..81a7b73 100644 --- a/modules/git/init.zsh +++ b/modules/git/init.zsh @@ -12,5 +12,4 @@ fi # Source module files. source "${0:h}/alias.zsh" -source "${0:h}/hub.zsh"