Change color of @ in prompt

Previous color: white, now: blue
This commit is contained in:
Talia 2018-11-06 15:50:51 +01:00
parent 6a8d978bfd
commit 2628f161b1
1 changed files with 1 additions and 1 deletions

2
bashrc
View File

@ -32,5 +32,5 @@ stty -ixon
# Enable Vi editing mode
set -o vi
PS1='\[\033[02;34m\]┌─╼ \[\033[02;35m\]\$\u\[\033[00m\]@\[\033[02;35m\]\h\[\033[01;34m\] `date +%d.%m.%y` \[\033[01;35m\]\w\[\033[00m\]
PS1='\[\033[02;34m\]┌─╼ \[\033[02;35m\]\$\u\[\033[02;34m\]@\[\033[02;35m\]\h\[\033[01;34m\] `date +%d.%m.%y` \[\033[01;35m\]\w\[\033[00m\]
\[\033[02;34m\]└╼ \[\033[00m\]'