Files
linux-workspace/rc/git-prompt.sh
2020-09-16 19:40:16 +02:00

5 lines
130 B
Bash

if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
GIT_PROMPT_ONLY_IN_REPO=1
source $HOME/.bash-git-prompt/gitprompt.sh
fi