diff options
Diffstat (limited to 'tag-zsh/config')
-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 361110a..22b4478 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 |