summaryrefslogtreecommitdiffstats
path: root/.shrc
diff options
context:
space:
mode:
Diffstat (limited to '.shrc')
-rw-r--r--.shrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/.shrc b/.shrc
index c1ddfe5..d656568 100644
--- a/.shrc
+++ b/.shrc
@@ -37,11 +37,11 @@ alias g='egrep -i'
# # set prompt: ``username@hostname$ ''
-# PS1="`whoami`@`hostname | sed 's/\..*//'`"
-# case `id -u` in
-# 0) PS1="${PS1}# ";;
-# *) PS1="${PS1}$ ";;
-# esac
+PS1="`whoami`@`hostname | sed 's/\..*//'`"
+case `id -u` in
+ 0) PS1="${PS1}# ";;
+ *) PS1="${PS1}$ ";;
+esac
# search path for cd(1)
# CDPATH=.:$HOME