From 993aa4e5f519075b18bf53a3773aa8c63e7ec593 Mon Sep 17 00:00:00 2001 From: Breizh Date: Tue, 19 May 2020 00:27:05 +0200 Subject: [PATCH] =?UTF-8?q?M=C3=A0j=20.bashrc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index af6092b..23f5f0e 100644 --- a/.bashrc +++ b/.bashrc @@ -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'