Make __GIT_PROMPT_DIR value consistent with default installation path.

master
Paweł Korzeniewski 8 years ago
parent 5501128b78
commit d0bdc7d9a2
  1. 2
      gitprompt.fish

@ -2,7 +2,7 @@
# author: Mariusz Smykuła <mariuszs@gmail.com> # author: Mariusz Smykuła <mariuszs@gmail.com>
if not set -q __GIT_PROMPT_DIR if not set -q __GIT_PROMPT_DIR
set __GIT_PROMPT_DIR ~/.gitprompt set __GIT_PROMPT_DIR ~/.bash-git-prompt
end end
# Colors # Colors

Loading…
Cancel
Save