summaryrefslogtreecommitdiff
path: root/dotrc/_bashrc
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-04-06 20:55:47 +0000
committerIan C <ianc@noddybox.co.uk>2016-04-06 20:55:47 +0000
commit2eedbb0079a38f02af5423e9a071cec6ee4b8c3e (patch)
tree65ef28e9b7728ebd61322939a2cb802a80a0caeb /dotrc/_bashrc
parentfa6bede3962a4729808db2c46c91b95285bf3eec (diff)
Restored other lost changes + files
Diffstat (limited to 'dotrc/_bashrc')
-rw-r--r--dotrc/_bashrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/dotrc/_bashrc b/dotrc/_bashrc
deleted file mode 100644
index 19429d1..0000000
--- a/dotrc/_bashrc
+++ /dev/null
@@ -1,5 +0,0 @@
-if [ "$PS1" != "" ] ; then
- PS1="`hostname`$ "
-fi
-
-test -s $HOME/.bash_aliases && . ~/.bash_aliases