Root red color

This commit is contained in:
matt1432 2022-12-17 01:22:43 -05:00
parent 33c0d13738
commit 5e455fbe7d

View file

@ -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