added prompt colours, changed terminal
This commit is contained in:
parent
e19c31073a
commit
563988e5bc
4
.bashrc
4
.bashrc
@ -73,10 +73,10 @@ if ${use_color} ; then
|
||||
|
||||
if [[ ${EUID} == 0 ]] ; then
|
||||
#PS1='\[\033[01;31m\][\h\[\033[01;36m\] \W\[\033[01;31m\]]\$\[\033[00m\] '
|
||||
PS1='\[\e[32m\]\u\[\e[m\] \W ! '
|
||||
PS1='\[\e[32m\]\u\[\e[m\] \W \[\e[31m\]!\[\e[m\] '
|
||||
else
|
||||
#PS1='\[\033[01;32m\][\u@\h\[\033[01;37m\] \W\[\033[01;32m\]]\$\[\033[00m\] '
|
||||
PS1='\[\e[32m\]\u\[\e[m\] \W # '
|
||||
PS1='\[\e[32m\]\u\[\e[m\] \W \[\e[31m\]#\[\e[m\] '
|
||||
fi
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
|
Loading…
Reference in New Issue
Block a user