From 57cccbc844a04a15c1d7e82325658cf7b7043923 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sun, 23 Sep 2018 23:25:20 +0200 Subject: [PATCH] change www-data bash color to green --- docs/files/var/www/.bashrc | 2 +- var/www/.bashrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/files/var/www/.bashrc b/docs/files/var/www/.bashrc index b77e1cb..829fe32 100644 --- a/docs/files/var/www/.bashrc +++ b/docs/files/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 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