1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-02-26 01:05:25 +08:00
ohmyzsh/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