From 2eedbb0079a38f02af5423e9a071cec6ee4b8c3e Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 6 Apr 2016 20:55:47 +0000 Subject: Restored other lost changes + files --- dotrc/.bashrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dotrc/.bashrc (limited to 'dotrc/.bashrc') diff --git a/dotrc/.bashrc b/dotrc/.bashrc new file mode 100644 index 0000000..19429d1 --- /dev/null +++ b/dotrc/.bashrc @@ -0,0 +1,5 @@ +if [ "$PS1" != "" ] ; then + PS1="`hostname`$ " +fi + +test -s $HOME/.bash_aliases && . ~/.bash_aliases -- cgit v1.2.3