all repos — nixfiles @ cec2d2a6e071c33cdd08b04bcd7ee27ea46e696c

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

zsh: Fix completion for git/hub

Alan Pearce
commit

cec2d2a6e071c33cdd08b04bcd7ee27ea46e696c

parent

5371244cb59e37cb4b7aee20dbf9c6592c84f42d

1 file 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