You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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-reposThis 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
The text was updated successfully, but these errors were encountered: