summaryrefslogtreecommitdiffstats
path: root/.shrc
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@charm.mit.edu>2008-03-26 15:37:16 -0400
committerBryan Newbold <bnewbold@charm.mit.edu>2008-03-26 15:37:16 -0400
commit9f577831d7c083ca84b94360235190ced4d27416 (patch)
tree9b5ab98bab0d2c14a03b80b86a38868b1f41b073 /.shrc
parent7818aad67cb48d86fe878057fdae96015f5c5898 (diff)
downloadopenwrt-repro-9f577831d7c083ca84b94360235190ced4d27416.tar.gz
openwrt-repro-9f577831d7c083ca84b94360235190ced4d27416.zip
changes from charm; huge addressbook?
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