diff options
author | Alan Pearce | 2016-12-06 14:06:53 +0100 |
---|---|---|
committer | Alan Pearce | 2016-12-06 14:06:53 +0100 |
commit | a9f8643e5436256c9abb8506eb78af95b6a379fc (patch) | |
tree | fd61acafd8cd296a7ef8854b5c67e41488aceee5 | |
parent | d047b1d407b0db0d15645e36464fc1bd1b5ea771 (diff) | |
download | dotfiles-a9f8643e5436256c9abb8506eb78af95b6a379fc.tar.lz dotfiles-a9f8643e5436256c9abb8506eb78af95b6a379fc.tar.zst dotfiles-a9f8643e5436256c9abb8506eb78af95b6a379fc.zip |
Remove hub compdef
-rw-r--r-- | tag-zsh/config/zsh/zshrc | 1 |
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 |