mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-15 01:41:12 +00: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
|