From 0a89d21a5ea83e8bea8f2728f1f3670cd71a295c Mon Sep 17 00:00:00 2001 From: Chris Apple <14171107+cjappl@users.noreply.github.com> Date: Sat, 30 Mar 2024 13:15:21 -0700 Subject: [PATCH] Fix bug where homebrew replacement wouldn't work (#379) --- conf.d/forgit.plugin.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/forgit.plugin.fish b/conf.d/forgit.plugin.fish index 557d4abb..98d6578f 100644 --- a/conf.d/forgit.plugin.fish +++ b/conf.d/forgit.plugin.fish @@ -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"