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 /tag-zsh/config | |
parent | d047b1d407b0db0d15645e36464fc1bd1b5ea771 (diff) | |
download | nixfiles-a9f8643e5436256c9abb8506eb78af95b6a379fc.tar.lz nixfiles-a9f8643e5436256c9abb8506eb78af95b6a379fc.tar.zst nixfiles-a9f8643e5436256c9abb8506eb78af95b6a379fc.zip |
Remove hub compdef
Diffstat (limited to 'tag-zsh/config')
-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 dd92a0c6..d66b5914 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 |