From a047bae35a36c26a61b441cebe64b27a45644f3c Mon Sep 17 00:00:00 2001 From: Wenxuan Zhang Date: Mon, 25 Oct 2021 10:27:32 +0800 Subject: [PATCH] Revert "support fish shell" #164 This reverts commit 950a7352dbf4e5c8041f7c165e32db72456fe3ea. --- conf.d/forgit.plugin.fish | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf.d/forgit.plugin.fish b/conf.d/forgit.plugin.fish index 4b27317..1129619 100644 --- a/conf.d/forgit.plugin.fish +++ b/conf.d/forgit.plugin.fish @@ -12,8 +12,6 @@ function forgit::inside_work_tree git rev-parse --is-inside-work-tree >/dev/null; end -set -x FORGIT_INSTALL_DIR (cd (dirname (dirname (status -f))); and pwd) - set -g forgit_pager "$FORGIT_PAGER" set -g forgit_show_pager "$FORGIT_SHOW_PAGER" set -g forgit_diff_pager "$FORGIT_DIFF_PAGER"