Files
linux-workspace/rc.local/gitprompt.sh
2022-05-16 21:02:11 +02:00

8 lines
150 B
Bash

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