all repos — nixfiles @ cec2d2a6e071c33cdd08b04bcd7ee27ea46e696c

System and user configuration, managed by nix and home-manager

zsh: Fix completion for git/hub
Alan Pearce alan@alanpearce.co.uk
Sun, 01 Dec 2013 17:39:28 +0000
commit

cec2d2a6e071c33cdd08b04bcd7ee27ea46e696c

parent

5371244cb59e37cb4b7aee20dbf9c6592c84f42d

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M zsh/interactive.zshzsh/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