From 501dc9df5c164441780de0188e7cb4235a7a86f5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 22 Nov 2014 23:30:11 +1300 Subject: Turn off write(1) access --- bash/bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bash') diff --git a/bash/bashrc b/bash/bashrc index 2caa80c5..a56632e7 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -29,6 +29,9 @@ setterm -bfreq -blength 2>/dev/null # Turn off flow control and control character echo stty -ixon -ctlecho 2>/dev/null +# Don't let anyone write(1) to my terminal +mesg n + # Autocorrect fudged paths in cd calls shopt -s cdspell # Update the hash table properly -- cgit v1.2.3