Màj .bashrc

This commit is contained in:
Breizh 2020-05-19 00:27:05 +02:00
parent 43425f16bc
commit 993aa4e5f5
1 changed files with 2 additions and 2 deletions

View File

@ -153,9 +153,9 @@ if ${use_color} ; then
fi
if [[ ${EUID} == 0 ]] ; then
PS1='\[\033[01;31m\][\h\[\033[01;36m\] \W\[\033[01;31m\]]\$\[\033[00m\] '
PS1='\[\033[01;31m\][\h\[\033[01;36m\] \w\[\033[01;31m\]]\n\$\[\033[00m\] '
else
PS1='\[\033[01;32m\][\u@\h\[\033[01;37m\] \W\[\033[01;32m\]]\$\[\033[00m\] '
PS1='\[\033[01;32m\][\u@\h\[\033[01;37m\] \w\[\033[01;32m\]]\n\$\[\033[00m\] '
fi
alias ls='ls --color=auto'