Skip to content

Commit 1bd66bb

Browse files
committed
fix(fish): remove FORGIT variable
We set a `git-forgit` alias later, so this variable is not needed anymore.
1 parent 4a59eed commit 1bd66bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

conf.d/forgit.plugin.fish

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
set INSTALL_DIR (dirname (dirname (status -f)))
44
set -x FORGIT_INSTALL_DIR "$INSTALL_DIR/conf.d"
5-
set -x FORGIT "$FORGIT_INSTALL_DIR/bin/git-forgit"
6-
if [ ! -e "$FORGIT" ]
5+
if [ ! -e "$FORGIT_INSTALL_DIR/bin/git-forgit" ]
76
set -x FORGIT_INSTALL_DIR "$INSTALL_DIR/vendor_conf.d"
8-
set -x FORGIT "$FORGIT_INSTALL_DIR/bin/git-forgit"
97
end
108

119
function forgit::warn

0 commit comments

Comments
 (0)