Update bashrc

This commit is contained in:
2021-05-04 16:05:29 +03:00
parent 3a22236d21
commit 95785f830a
+1 -1
View File
@@ -73,7 +73,7 @@ if [ -f ~/.bashrc_local ]; then
fi
# bash-git prompt old setup
if [ -f ~/.bash-git-prompt/share/gitprompt.sh ]; then
if [ -f ~/.bash-git-prompt/gitprompt.sh ]; then
GIT_PROMPT_THEME=Georgi
GIT_PROMPT_THEME_FILE=~/.git-prompt-colors.sh
source ~/.bash-git-prompt/gitprompt.sh