diff --git a/root.sh b/root.sh new file mode 100644 index 0000000..5a7f5c1 --- /dev/null +++ b/root.sh @@ -0,0 +1,2 @@ +export TERM=xterm-color +PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '