1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-12-25 05:41:58 +00:00
ohmyzsh/plugins/hub/hub.plugin.zsh
2011-04-12 10:24:53 +02:00

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