summaryrefslogtreecommitdiff
path: root/dotrc/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'dotrc/.bashrc')
-rw-r--r--dotrc/.bashrc5
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