summaryrefslogtreecommitdiff
path: root/dotrc/_bashrc
diff options
context:
space:
mode:
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