Open
Description
I just installed this repo on my new linux computer, I have previously used it for years without issue. However, now I get the LAST_COMMAND_INDICATOR on the prompt.
LAST_COMMAND_INDICATOR /git-reposfallen@fallen-thinkpadt14sgen2i:/git-repos
This is what was added in my .bashrc:
Set config variables first
GIT_PROMPT_ONLY_IN_REPO=1
source ~/.bash-git-prompt/gitprompt.sh
Git repo for prompt
if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
GIT_PROMPT_ONLY_IN_REPO=1
source "$HOME/.bash-git-prompt/gitprompt.sh"
fi
Activity