Templates for ~/.bashrc.d
This commit is contained in:
7
rc.local/gitprompt.sh
Normal file
7
rc.local/gitprompt.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user