all repos — nixfiles @ 10850b49fbc31af28c977d2d42cf8f22811963ea

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

zsh: Alias gh to hub

Alan Pearce
commit

10850b49fbc31af28c977d2d42cf8f22811963ea

parent

b9687258cc40db2c5960a6a9a93bf791fae25c78

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -279,6 +279,7 @@ alias git="hub"
if [[ -n $functions[_hub] ]];then compdef _hub hub fi + alias gh="hub" fi if [[ -n $commands[composer.phar] && ! -n $commands[composer] ]]; then