aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc3
1 files changed, 3 insertions, 0 deletions
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