From 188f93cc71ffcf3bcef8f9ebc723edfc236d938d Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 30 Aug 2018 20:36:32 +0000 Subject: Changed prompt --- dotrc/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotrc') 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 -- cgit v1.2.3