Fix bug where homebrew replacement wouldn't work

This commit is contained in:
Chris Apple 2024-03-29 20:32:40 -07:00
parent d582f2aa0b
commit fe015e2cd5

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"