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