1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-12 17:29:32 +00:00
Files
ohmyzsh-mirror/plugins/hub/hub.plugin.zsh
2011-04-12 10:24:53 +02:00

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