Skip to content
Snippets Groups Projects
Commit 228ded40 authored by Chris Coley's avatar Chris Coley
Browse files

Updating the example bashrc.local file to source git-prompt.sh

parent 15209911
Branches
No related tags found
No related merge requests found
......@@ -4,13 +4,13 @@ if [ -f ~/.git-completion.bash ]; then
fi
# Enable Git prompt
# This may cause slowdown in shared filesystems with slow IO
#if [ -f ~/.git-prompt.sh ]; then
# This may cause slowdown on filesystems with slow IO
if [ -f ~/.git-prompt.sh ]; then
# GIT_PS1_SHOWDIRTYSTATE=yes
# GIT_PS1_SHOWCOLORHINTS=yes
# GIT_PS1_HIDE_IF_PWD_IGNORED=yes
# source ~/.git-prompt.sh
#fi
source ~/.git-prompt.sh
fi
PROMPT_COMMAND='__git_ps1 "${debian_chroot:+($debian_chroot)}\h:\[\033[38;5;25m\][\w]\[\033[00m\]" " \$ " " {%s}"'
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment