summaryrefslogtreecommitdiff
path: root/dotrc/_bashrc
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2007-03-04 18:35:36 +0000
committerIan C <ianc@noddybox.co.uk>2007-03-04 18:35:36 +0000
commit954af9179665457b40453a0417ddf5b3949a0449 (patch)
treee3772817de5c79e29b602ebe47fe0129793f1470 /dotrc/_bashrc
parent892e6e107dbf2386831bd00e7f1c2a0bbe8b2cbb (diff)
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'dotrc/_bashrc')
-rw-r--r--dotrc/_bashrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/dotrc/_bashrc b/dotrc/_bashrc
new file mode 100644
index 0000000..dbd3b3d
--- /dev/null
+++ b/dotrc/_bashrc
@@ -0,0 +1,6 @@
+
+if [ "$PS1" != "" ] ; then
+ PS1='[\w] % '
+fi
+
+test -s ~/.alias && . ~/.alias