From cec2d2a6e071c33cdd08b04bcd7ee27ea46e696c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 1 Dec 2013 17:39:28 +0000 Subject: zsh: Fix completion for git/hub --- zsh/interactive.zsh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh') diff --git a/zsh/interactive.zsh b/zsh/interactive.zsh index bc864b3..10a5836 100755 --- a/zsh/interactive.zsh +++ b/zsh/interactive.zsh @@ -276,6 +276,8 @@ alias -s log=less if [[ -e =hub ]]; then alias git="hub" + autoload -U _hub + compdef _hub hub fi # Functions -- cgit 1.4.1