diff options
-rwxr-xr-x | git-prompt.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-prompt.sh b/git-prompt.sh index a4c7216..54c970b 100755 --- a/git-prompt.sh +++ b/git-prompt.sh @@ -12,6 +12,7 @@ conf=git-prompt.conf; [[ -r $conf ]] && . $conf conf=/etc/git-prompt.conf; [[ -r $conf ]] && . $conf conf=~/.git-prompt.conf; [[ -r $conf ]] && . $conf + conf=~/.config/git-prompt.conf; [[ -r $conf ]] && . $conf unset conf ##### set defaults if not set |