1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-06 10:49:44 +00:00
prezto/plugins/github/github.plugin.zsh

8 lines
154 B
Bash

# hub alias from defunkt
# https://github.com/defunkt/hub
if [ "$commands[(I)hub]" ]; then
# eval `hub alias -s zsh`
function git(){hub "$@"}
fi