Add prompt to bashrc
This commit is contained in:
parent
90f0ac86bb
commit
8c13c8c3de
1 changed files with 3 additions and 0 deletions
3
bashrc
3
bashrc
|
@ -31,3 +31,6 @@ 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\]
|
||||
\[\033[02;34m\]└╼ \[\033[00m\]'
|
||||
|
|
Loading…
Reference in a new issue