summaryrefslogtreecommitdiff
path: root/dotrc/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'dotrc/.bashrc')
-rw-r--r--dotrc/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotrc/.bashrc b/dotrc/.bashrc
index 19429d1..3dc35e6 100644
--- a/dotrc/.bashrc
+++ b/dotrc/.bashrc
@@ -1,5 +1,5 @@
if [ "$PS1" != "" ] ; then
- PS1="`hostname`$ "
+ PS1="`hostname -s`$ "
fi
test -s $HOME/.bash_aliases && . ~/.bash_aliases