diff options
author | Ian C <ianc@noddybox.co.uk> | 2010-11-09 14:36:37 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2010-11-09 14:36:37 +0000 |
commit | 4ba9cc5bf35ec57c5d684a290b603488ca699e7d (patch) | |
tree | f54ff8f793cb47e8d72518c68bf2efc346f5bc86 /dotrc/_bashrc | |
parent | f6294c8fc52d500dbc4653327bc75278520146ff (diff) |
Mods to dotrc files.
Diffstat (limited to 'dotrc/_bashrc')
-rw-r--r-- | dotrc/_bashrc | 6 |
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 |