RTFM updated to use hub alias command

This commit is contained in:
Nick Nisi
2012-06-20 09:24:56 -05:00
parent accc2e3f69
commit b38cba7b1e
2 changed files with 2 additions and 4 deletions

View File

@@ -22,5 +22,5 @@ function git_rename() {
}
if which hub &> /dev/null; then
alias git='hub'
eval "$(hub alias -s)"
fi