From 09248bc082a9d92e1fe6104a8c34d486a0a11b5e Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Sun, 14 Jun 2015 16:52:56 -0700 Subject: [PATCH] changed bash colors slightly --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index f09dc26..12140f1 100644 --- a/.bashrc +++ b/.bashrc @@ -24,7 +24,7 @@ export GIT_PS1_SHOWUPSTREAM="auto" export GIT_PS1_SHOWCOLORHINTS=1 # Prompt differs if SSH'ed or not -PS1='\n╭\[\e[1;33m\]$(__git_ps1 "(%s)")\[\e[1;32m\][\w]\[\033[0m\]\n╰\[\033[1;36m\]\u\[\e[38;5;212m\]@\[\e[38;5;214m\]\h\[\033[1;33m\]\$ \[\033[0m\]' +PS1='\n╭\[\e[1;33m\]$(__git_ps1 "(%s)")\[\e[1;32m\][\w]\[\033[0m\]\n╰\[\033[1;36m\]\u\[\033[1;33m\]@\[\e[38;5;214m\]\h\[\033[1;33m\]\$ \[\033[0m\]' export XLISPPATH=/etc/nyquist/lib:/etc/nyquist/runtime