From 56908080ef964ea4f59c4021422905ca257c7991 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 27 Dec 2022 19:11:29 -0500 Subject: [PATCH] Update 'run_as_sudo.sh' --- run_as_sudo.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/run_as_sudo.sh b/run_as_sudo.sh index 25de087..2cca786 100644 --- a/run_as_sudo.sh +++ b/run_as_sudo.sh @@ -1,4 +1,4 @@ -rm ../../.bash* /root/.bash* +rm ../../.bash* /root/.bash* /etc/nanorc ln ./.bash* /root ln ./.bash* ../../ @@ -6,8 +6,6 @@ ln ./.bash* ../../ rm /root/.bashrc cp .bashrc /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