From 33c0d137382e2f987dae609a9b19aca9d2217395 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 17 Dec 2022 00:47:26 -0500 Subject: [PATCH] Init root.sh --- root.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 root.sh 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\]\$ '