From 5ab4a8432a11dc50218ed8aa5ff1748ee0d474da Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 19 Aug 2018 19:15:54 -0600 Subject: [PATCH] Delete 'bash/root/.bashrc' No longer used. --- bash/root/.bashrc | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 bash/root/.bashrc diff --git a/bash/root/.bashrc b/bash/root/.bashrc deleted file mode 100644 index 68deb03..0000000 --- a/bash/root/.bashrc +++ /dev/null @@ -1,7 +0,0 @@ -### append the following to the end of /root/.bashrc - -# format prompt and colourize user@host to red(31) to remind user that this is -# a ROOT account -# prompt format: (white)[12-hr time][space](red/green)user@hostname(white):[space](yellow)path/to/current/dir[space](red/green)$[space] -force_color_prompt=yes -PS1="\[\e[37m\][\[\e[m\]\[\e[37m\]\@\[\e[m\]\[\e[37m\]]\[\e[m\] \[\e[31m\]\u\[\e[m\]\[\e[31m\]@\[\e[m\]\[\e[31m\]\h\[\e[m\]\[\e[37m\]:\[\e[m\] \[\e[33m\]\w\[\e[m\] \[\e[31m\]\\$\[\e[m\] "