mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-27 05:34:46 +01: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
|