aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-08 17:56:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-08 17:56:26 +1200
commit829391e6be50d2e3cb94ac4396c8b7a4c0160a03 (patch)
tree6647ea6403453e896952f06fb02f412744bf8e03 /bash/bashrc
parentSet direxpand if available (very new option) (diff)
downloaddotfiles-829391e6be50d2e3cb94ac4396c8b7a4c0160a03.tar.gz
dotfiles-829391e6be50d2e3cb94ac4396c8b7a4c0160a03.zip
Disable aliases
Diffstat (limited to 'bash/bashrc')
-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