mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-25 05:41:58 +00:00
5 lines
121 B
Bash
5 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
|