diff options
author | Ian C <ianc@noddybox.co.uk> | 2008-09-15 08:42:55 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2008-09-15 08:42:55 +0000 |
commit | 9a9946619c1f620c582cc67f4ae08351f868ff03 (patch) | |
tree | 74fc10c1ac3a8f4008a15195d824703cb0c700c9 | |
parent | 954af9179665457b40453a0417ddf5b3949a0449 (diff) |
Updated PS1
-rw-r--r-- | dotrc/_bashrc | 3 |
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 |