updated colors for hostname

This commit is contained in:
2015-06-11 23:28:49 -07:00
parent fc01c2eaf7
commit 9c7c1d0905

View File

@@ -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