From 69606c545dcc09320be314c146dd40deca474b68 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 3 Jul 2015 09:03:05 +1200 Subject: Disable aliases --- bash/bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bash/bashrc') diff --git a/bash/bashrc b/bash/bashrc index 6cc36668..17feeb06 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -40,6 +40,9 @@ stty -ixon -ctlecho 2>/dev/null # Don't let anyone write(1) to my terminal mesg n +# Don't allow the creation of aliases, functions are better +enable -n alias unalias + # Autocorrect fudged paths in cd calls shopt -s cdspell # Update the hash table properly -- cgit v1.2.3