summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
new file mode 100644
index 0000000..00ec194
--- /dev/null
+++ b/.bashrc
@@ -0,0 +1,14 @@
+#!/bin/bash -i
+
+case $- in
+ *i*) ;;
+
+ *)
+ return
+ ;;
+esac
+
+if test -f ~/.shrc
+then
+ . ~/.shrc
+fi