Fix bug where homebrew replacement wouldn't work (#379)

This commit is contained in:
Chris Apple 2024-03-30 13:15:21 -07:00 committed by GitHub
parent d582f2aa0b
commit 0a89d21a5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ set | awk -F ' ' '{ print $1 }' | grep FORGIT_ | while read var
end
# alias `git-forgit` to the full-path of the command
alias git-forgit "$FORGIT_INSTALL_DIR/bin/git-forgit"
alias git-forgit "$FORGIT"
# register abbreviations
if test -z "$FORGIT_NO_ALIASES"