summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Shepelev <temotor@gmail.com>2010-04-06 06:20:21 +0800
committerLeonid Volnitsky <leonid@volnitsky.com>2010-04-09 20:49:04 +0800
commitc1de5df911bddeffdeef843cee80145a37d5d4a7 (patch)
treefb718158b01d48310d2f4e1f0a834121b35711ad
parent-- completion docs/cleanup (diff)
downloadgit-prompt-c1de5df911bddeffdeef843cee80145a37d5d4a7.tar.gz
git-prompt-c1de5df911bddeffdeef843cee80145a37d5d4a7.tar.bz2
git-prompt-c1de5df911bddeffdeef843cee80145a37d5d4a7.zip
Also read ~/.config/git-prompt.conf.
Viva clean home dir.
-rwxr-xr-xgit-prompt.sh1
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