Root red color
This commit is contained in:
parent
33c0d13738
commit
5e455fbe7d
1 changed files with 6 additions and 0 deletions
|
@ -1,2 +1,8 @@
|
||||||
|
cp ./.bash* /root
|
||||||
export TERM=xterm-color
|
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\]\$ '
|
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
|
||||||
|
EOF
|
||||||
|
|
||||||
|
. /root/.bashrc
|
Loading…
Reference in a new issue