From 9c7c1d0905bca43538f34c2c95a91bf6f5b86070 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Thu, 11 Jun 2015 23:28:49 -0700 Subject: [PATCH] updated colors for hostname --- .bashrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.bashrc b/.bashrc index c22a397..f09dc26 100644 --- a/.bashrc +++ b/.bashrc @@ -24,11 +24,7 @@ export GIT_PS1_SHOWUPSTREAM="auto" export GIT_PS1_SHOWCOLORHINTS=1 # Prompt differs if SSH'ed or not -if [ -n "$SSH_CLIENT" ]; then - PS1='\n╭\[\e[1;33m\]$(__git_ps1 "(%s)")\[\e[1;32m\][\w]\[\033[0m\]\n╰\[\033[1;36m\]\u@\h\[\033[1;33m\]\$ \[\033[0m\]' -else - PS1='\n╭\[\e[1;33m\]$(__git_ps1 "(%s)")\[\033[32m\][\w]\[\033[0m\]\n╰\[\033[1;36m\]\u\[\033[1;33m\]\$ \[\033[0m\]' -fi +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\]' export XLISPPATH=/etc/nyquist/lib:/etc/nyquist/runtime