mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
parent
ce362ff96a
commit
01d79d8308
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ fpath=($ZSH/plugins/github $fpath)
|
||||||
autoload -U compinit
|
autoload -U compinit
|
||||||
compinit -i
|
compinit -i
|
||||||
|
|
||||||
|
|
||||||
# git + hub = github
|
# git + hub = github
|
||||||
# https://github.com/defunkt/hub
|
# https://github.com/defunkt/hub
|
||||||
function git()
|
function git()
|
||||||
|
|
@ -12,4 +13,4 @@ function git()
|
||||||
else
|
else
|
||||||
git "$@"
|
git "$@"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue