summaryrefslogtreecommitdiff
path: root/dotrc
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2008-09-15 08:42:55 +0000
committerIan C <ianc@noddybox.co.uk>2008-09-15 08:42:55 +0000
commit9a9946619c1f620c582cc67f4ae08351f868ff03 (patch)
tree74fc10c1ac3a8f4008a15195d824703cb0c700c9 /dotrc
parent954af9179665457b40453a0417ddf5b3949a0449 (diff)
Updated PS1
Diffstat (limited to 'dotrc')
-rw-r--r--dotrc/_bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/dotrc/_bashrc b/dotrc/_bashrc
index dbd3b3d..2762d37 100644
--- a/dotrc/_bashrc
+++ b/dotrc/_bashrc
@@ -1,6 +1,7 @@
if [ "$PS1" != "" ] ; then
- PS1='[\w] % '
+ # PS1='[\w] % '
+ PS1='$ '
fi
test -s ~/.alias && . ~/.alias