mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
Fix bug where homebrew replacement wouldn't work (#379)
This commit is contained in:
parent
d582f2aa0b
commit
0a89d21a5e
|
|
@ -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