aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc
diff options
context:
space:
mode:
Diffstat (limited to 'sh/shrc')
-rw-r--r--sh/shrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/sh/shrc b/sh/shrc
index 3e03313c..0e1382aa 100644
--- a/sh/shrc
+++ b/sh/shrc
@@ -1,9 +1,3 @@
-# Make sure the shell is interactive
-case $- in
- *i*) ;;
- *) return ;;
-esac
-
# Don't let anyone write(1) to my terminal
command -p mesg n