updated colors for hostname
This commit is contained in:
6
.bashrc
6
.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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user