mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-11 15:56:24 -04:00
Fix bug where homebrew replacement wouldn't work
This commit is contained in:
parent
d582f2aa0b
commit
fe015e2cd5
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue