Skip to content

Commit

Permalink
Fix bug where homebrew replacement wouldn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
cjappl committed Mar 30, 2024
1 parent d582f2a commit fe015e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.d/forgit.plugin.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fe015e2

Please sign in to comment.