summaryrefslogtreecommitdiff
path: root/dotrc
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-08-30 20:36:32 +0000
committerIan C <ianc@noddybox.co.uk>2018-08-30 20:36:32 +0000
commit188f93cc71ffcf3bcef8f9ebc723edfc236d938d (patch)
treeff5aa4054d850429e6d3d2acfc123807a2b78694 /dotrc
parent12c1c2de837507f382f330f1efb9178acf8fba27 (diff)
Changed prompt
Diffstat (limited to 'dotrc')
-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