We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a59eed commit 1bd66bbCopy full SHA for 1bd66bb
conf.d/forgit.plugin.fish
@@ -2,10 +2,8 @@
2
3
set INSTALL_DIR (dirname (dirname (status -f)))
4
set -x FORGIT_INSTALL_DIR "$INSTALL_DIR/conf.d"
5
-set -x FORGIT "$FORGIT_INSTALL_DIR/bin/git-forgit"
6
-if [ ! -e "$FORGIT" ]
+if [ ! -e "$FORGIT_INSTALL_DIR/bin/git-forgit" ]
7
set -x FORGIT_INSTALL_DIR "$INSTALL_DIR/vendor_conf.d"
8
- set -x FORGIT "$FORGIT_INSTALL_DIR/bin/git-forgit"
9
end
10
11
function forgit::warn
0 commit comments