diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-04-06 20:55:47 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-04-06 20:55:47 +0000 |
commit | 2eedbb0079a38f02af5423e9a071cec6ee4b8c3e (patch) | |
tree | 65ef28e9b7728ebd61322939a2cb802a80a0caeb /dotrc/.bashrc | |
parent | fa6bede3962a4729808db2c46c91b95285bf3eec (diff) |
Restored other lost changes + files
Diffstat (limited to 'dotrc/.bashrc')
-rw-r--r-- | dotrc/.bashrc | 5 |
1 files changed, 5 insertions, 0 deletions
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 |