diff options
author | Kyle K <kylek389@gmail.com> | 2017-11-12 22:38:25 +0000 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2017-11-12 22:38:25 +0000 |
commit | d6641d5275c7d210f8cd861c819e74c8808fb8c8 (patch) | |
tree | 506648a2e22b4b443f2919e7ca5d365c4a4cebbe /myconfig.sh | |
parent | c0324d85ea9546b353d1d34a370bd7dbd7677904 (diff) | |
download | configs-d6641d5275c7d210f8cd861c819e74c8808fb8c8.tar.gz configs-d6641d5275c7d210f8cd861c819e74c8808fb8c8.tar.bz2 configs-d6641d5275c7d210f8cd861c819e74c8808fb8c8.zip |
update git prompt completion
Diffstat (limited to 'myconfig.sh')
-rwxr-xr-x | myconfig.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |