From 766c75352e14edf2bf8331cca48161cfdaa29422 Mon Sep 17 00:00:00 2001 From: Eduard Toloza Date: Wed, 14 Aug 2019 19:03:35 -0500 Subject: [PATCH] Udpate --- user-config/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/user-config/bashrc b/user-config/bashrc index fcaf5fd..051cf23 100644 --- a/user-config/bashrc +++ b/user-config/bashrc @@ -121,6 +121,7 @@ PATH="$(ruby -e 'print Gem.user_dir')/bin:$HOME/.local/bin:$HOME/.local/share/os ### END OF SOME LOCAL VARIABBLES ### ### Source scripts ### +# Git prompt, see https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh if [ -f ~/.local/bin/git-prompt.sh ]; then source ~/.local/bin/git-prompt.sh fi