From 829391e6be50d2e3cb94ac4396c8b7a4c0160a03 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 8 Jun 2015 17:56:26 +1200 Subject: Disable aliases --- bash/bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bash/bashrc') 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 -- cgit v1.2.3