diff options
author | Alan Pearce | 2015-05-06 09:25:59 +0200 |
---|---|---|
committer | Alan Pearce | 2015-05-06 09:25:59 +0200 |
commit | 10850b49fbc31af28c977d2d42cf8f22811963ea (patch) | |
tree | 96cb6362e4b4244f29772bab299170c4918e5a48 /tag-zsh | |
parent | b9687258cc40db2c5960a6a9a93bf791fae25c78 (diff) | |
download | nixfiles-10850b49fbc31af28c977d2d42cf8f22811963ea.tar.lz nixfiles-10850b49fbc31af28c977d2d42cf8f22811963ea.tar.zst nixfiles-10850b49fbc31af28c977d2d42cf8f22811963ea.zip |
zsh: Alias gh to hub
Diffstat (limited to 'tag-zsh')
-rwxr-xr-x | tag-zsh/config/zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 361110a9..22b44783 100755 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -279,6 +279,7 @@ if [[ -e =hub ]]; then if [[ -n $functions[_hub] ]];then compdef _hub hub fi + alias gh="hub" fi if [[ -n $commands[composer.phar] && ! -n $commands[composer] ]]; then |