git (bugfix): replace _command_exists with _binary_exists
parent
2444a57cc5
commit
257b979e03
|
|
@ -86,7 +86,7 @@ alias ggui='git gui'
|
|||
# home
|
||||
alias ghm='cd "$(git rev-parse --show-toplevel)"' # Git home
|
||||
# appendage to ghm
|
||||
if ! _command_exists gh; then
|
||||
if ! _binary_exists gh; then
|
||||
alias gh='ghm'
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue