summaryrefslogtreecommitdiff
path: root/src/.bashrc_ps1
diff options
context:
space:
mode:
Diffstat (limited to 'src/.bashrc_ps1')
-rw-r--r--src/.bashrc_ps13
1 files changed, 1 insertions, 2 deletions
diff --git a/src/.bashrc_ps1 b/src/.bashrc_ps1
index aa4281a..ae945a1 100644
--- a/src/.bashrc_ps1
+++ b/src/.bashrc_ps1
@@ -20,8 +20,7 @@ function update_ps1 {
#local time="\[\033[1;37m\]\t\[\033[0m\]"
# User
- # Colors depends on the id of the user.
- # red = root (id 0)
+ #local user="\[\033[1;37m\]\u\[\033[0m\]"
if [ $(id -u) -eq 0 ]; then
local user="\[\033[1;31m\]\u\[\033[0m\]"
else