diff --git a/lib/git/aliases.sh b/lib/git/aliases.sh index 977a2ec..f4a8d9c 100644 --- a/lib/git/aliases.sh +++ b/lib/git/aliases.sh @@ -18,7 +18,7 @@ unset -f git > /dev/null 2>&1 export _git_cmd="$(\which git)" # Wrap git with the 'hub' github wrapper, if installed (https://github.com/defunkt/hub) if type hub > /dev/null 2>&1; then export _git_cmd="hub"; fi - +if type gh > /dev/null 2>&1; then export _git_cmd="gh"; fi # Create 'git' function that calls hub if defined, and expands all numeric arguments function git(){