summaryrefslogtreecommitdiff
path: root/dotrc/_bashrc
diff options
context:
space:
mode:
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