Templates for ~/.bashrc.d

This commit is contained in:
Martin Blazik
2022-05-16 21:02:11 +02:00
parent 18c973dda5
commit f6d503c677
7 changed files with 27 additions and 0 deletions

7
rc.local/gitprompt.sh Normal file
View 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