4 lines
126 B
Bash
4 lines
126 B
Bash
nop ${GIT_PROMPT_INIT:="$HOME/.bash-git-prompt/gitprompt.sh"}
|
|
nop ${GIT_PROMPT_ONLY_IN_REPO:=1}
|
|
source_try "$GIT_PROMPT_INIT"
|