mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-02 04:34:01 +08:00
6 lines
121 B
Bash
6 lines
121 B
Bash
# hub alias from defunkt
|
|
# https://github.com/defunkt/hub
|
|
if which hub > /dev/null; then
|
|
eval $(hub alias -s zsh)
|
|
fi
|