aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/.bashrc b/.bashrc
deleted file mode 100644
index 786f06d..0000000
--- a/.bashrc
+++ /dev/null
@@ -1,7 +0,0 @@
1# ~/.bashrc
2# Author: Mountain Man
3
4# Test for an interactive shell.
5if [[ $- != *i* ]] ; then
6 return
7fi