From d0bdc7d9a20392f16db429f15a8e1f4e4823a2a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Korzeniewski?= Date: Tue, 29 Aug 2017 19:04:37 +0200 Subject: [PATCH] Make __GIT_PROMPT_DIR value consistent with default installation path. --- gitprompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitprompt.fish b/gitprompt.fish index 2a32a0e..0f58b6f 100644 --- a/gitprompt.fish +++ b/gitprompt.fish @@ -2,7 +2,7 @@ # author: Mariusz Smykuła if not set -q __GIT_PROMPT_DIR - set __GIT_PROMPT_DIR ~/.gitprompt + set __GIT_PROMPT_DIR ~/.bash-git-prompt end # Colors