From 5e455fbe7de8bf8da9bb8def9ebacf9e54a34b62 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 17 Dec 2022 01:22:43 -0500 Subject: [PATCH] Root red color --- root.sh => run_as_sudo.sh | 6 ++++++ 1 file changed, 6 insertions(+) rename root.sh => run_as_sudo.sh (65%) diff --git a/root.sh b/run_as_sudo.sh similarity index 65% rename from root.sh rename to run_as_sudo.sh index 5a7f5c1..edbd728 100644 --- a/root.sh +++ b/run_as_sudo.sh @@ -1,2 +1,8 @@ +cp ./.bash* /root export TERM=xterm-color + +cat << EOF >> /root/.bashrc PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' +EOF + +. /root/.bashrc