summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2016-12-06 14:06:53 +0100
committerAlan Pearce2016-12-06 14:06:53 +0100
commita9f8643e5436256c9abb8506eb78af95b6a379fc (patch)
treefd61acafd8cd296a7ef8854b5c67e41488aceee5
parentd047b1d407b0db0d15645e36464fc1bd1b5ea771 (diff)
downloaddotfiles-a9f8643e5436256c9abb8506eb78af95b6a379fc.tar.lz
dotfiles-a9f8643e5436256c9abb8506eb78af95b6a379fc.tar.zst
dotfiles-a9f8643e5436256c9abb8506eb78af95b6a379fc.zip
Remove hub compdef
-rw-r--r--tag-zsh/config/zsh/zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index dd92a0c..d66b591 100644
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -150,7 +150,6 @@ fi
 
 if [[ -n $commands[hub] ]]
 then
-  compdef _hub hub
   alias git=hub
   alias gh=hub
 fi