add another source for git-prompt.sh
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
if [ -f /usr/share/git/git-prompt.sh ]; then
|
||||
source /usr/share/git/git-prompt.sh
|
||||
elif [ -f /usr/share/git-core/contrib/completion/git-prompt.sh ]; then
|
||||
source /usr/share/git-core/contrib/completion/git-prompt.sh
|
||||
fi
|
||||
|
||||
export EDITOR=nvim
|
||||
|
||||
Reference in New Issue
Block a user