aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 02cbba46..27810022 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -50,6 +50,8 @@ shopt -s checkwinsize
shopt -s cmdhist
# Include dotfiles in pattern matching
shopt -s dotglob
+# Don't use aliases, functions are better
+shopt -u expand_aliases
# Enable advanced pattern matching
shopt -s extglob
# Append rather than overwrite Bash history