From 6cbb5aa9ca6e80125036bf7238a013f7bf4c451b Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Wed, 6 May 2015 14:12:44 -0400 Subject: [PATCH] Updated colors for git branch in PS1 --- .bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index ca94bb6..ebf7dc7 100644 --- a/.bashrc +++ b/.bashrc @@ -1,4 +1,4 @@ -source .git-prompt.sh +source ~/.git-prompt.sh # Append to the history file, don't overwrite it shopt -s histappend @@ -19,9 +19,9 @@ export LESSOPEN='|/usr/local/bin/lesspipe.sh %s' # Prompt differs if SSH'ed or not if [ -n "$SSH_CLIENT" ]; then -PS1='\n╭\[\e[0;31m\]$(__git_ps1 "(%s)")\[\033[32m\][\w]\[\033[0m\]\n╰\[\033[1;36m\]\u@buttstuff\[\033[1;33m\]\$ \[\033[0m\]' + PS1='\n╭\[\e[1;33m\]$(__git_ps1 "(%s)")\[\e[1;32m\][\w]\[\033[0m\]\n╰\[\033[1;36m\]\u@buttstuff\[\033[1;33m\]\$ \[\033[0m\]' else - PS1='\n╭\[\e[0;31m\]$(__git_ps1 "(%s)")\[\033[32m\][\w]\[\033[0m\]\n╰\[\033[1;36m\]\u\[\033[1;33m\]\$ \[\033[0m\]' + PS1='\n╭\[\e[1;33m\]$(__git_ps1 "(%s)")\[\033[32m\][\w]\[\033[0m\]\n╰\[\033[1;36m\]\u\[\033[1;33m\]\$ \[\033[0m\]' fi export XLISPPATH=/etc/nyquist/lib:/etc/nyquist/runtime