RC scripts doesn't have *.rx mask

This commit is contained in:
Martin Blazik
2020-09-16 19:40:16 +02:00
parent d0dd01cbe1
commit 759fab0ea9
6 changed files with 1 additions and 1 deletions

4
rc/git-prompt.sh Normal file
View File

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