From 95785f830a7ee3078ad9c097cf43afb352de6171 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Tue, 4 May 2021 16:05:29 +0300 Subject: [PATCH] Update bashrc --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index d24d401..acee46f 100755 --- a/.bashrc +++ b/.bashrc @@ -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