diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-08-30 20:36:32 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-08-30 20:36:32 +0000 |
commit | 188f93cc71ffcf3bcef8f9ebc723edfc236d938d (patch) | |
tree | ff5aa4054d850429e6d3d2acfc123807a2b78694 /dotrc/.bashrc | |
parent | 12c1c2de837507f382f330f1efb9178acf8fba27 (diff) |
Changed prompt
Diffstat (limited to 'dotrc/.bashrc')
-rw-r--r-- | dotrc/.bashrc | 2 |
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 |