From d6641d5275c7d210f8cd861c819e74c8808fb8c8 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Sun, 12 Nov 2017 22:38:25 +0000 Subject: update git prompt completion --- myconfig.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/myconfig.sh b/myconfig.sh index 7f3a5dc..21ed66e 100755 --- a/myconfig.sh +++ b/myconfig.sh @@ -7,7 +7,8 @@ # fi # git completion and custom PS1 -source /usr/share/git/completion/git-prompt.sh +#source /usr/share/git/completion/git-prompt.sh +source /usr/share/git/git-prompt.sh GIT_PS1_SHOWDIRTYSTATE=1 if [[ $(id -u) -eq 0 ]]; then -- cgit v1.2.3