summaryrefslogtreecommitdiff
path: root/dotrc/_bashrc
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2010-11-09 14:36:37 +0000
committerIan C <ianc@noddybox.co.uk>2010-11-09 14:36:37 +0000
commit4ba9cc5bf35ec57c5d684a290b603488ca699e7d (patch)
treef54ff8f793cb47e8d72518c68bf2efc346f5bc86 /dotrc/_bashrc
parentf6294c8fc52d500dbc4653327bc75278520146ff (diff)
Mods to dotrc files.
Diffstat (limited to 'dotrc/_bashrc')
-rw-r--r--dotrc/_bashrc6
1 files changed, 2 insertions, 4 deletions
diff --git a/dotrc/_bashrc b/dotrc/_bashrc
index 2762d37..19429d1 100644
--- a/dotrc/_bashrc
+++ b/dotrc/_bashrc
@@ -1,7 +1,5 @@
-
if [ "$PS1" != "" ] ; then
- # PS1='[\w] % '
- PS1='$ '
+ PS1="`hostname`$ "
fi
-test -s ~/.alias && . ~/.alias
+test -s $HOME/.bash_aliases && . ~/.bash_aliases