From 7efa50127cfe5ef48f8d921163ab11c5c685e411 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 22 Oct 2018 04:14:43 +0200 Subject: [PATCH] Update .bashrc --- var/www/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/www/.bashrc b/var/www/.bashrc index 10866fe..c774eb7 100644 --- a/var/www/.bashrc +++ b/var/www/.bashrc @@ -16,7 +16,7 @@ fi if [ "$color_prompt" = yes ]; then #PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' - PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u\[\033[01;33m\]@\[\033[01;36m\]\h \[\033[01;33m\]\w \[\033[01;35m\]\$ \[\033[00m\]' + PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u\[\033[01;33m\]@\[\033[01;36m\]\h \[\033[01;33m\]\w \[\033[01;35m\]\$ \[\033[00m\]' else PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' fi