From 64112f65ac68c8ef32ea5946546af2bd6ae4e241 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 20 Sep 2016 11:28:13 +1200 Subject: Allow aliases, just don't use them --- bash/bashrc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bash/bashrc') diff --git a/bash/bashrc b/bash/bashrc index 1c7d7802..a4706284 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -32,9 +32,6 @@ HISTTIMEFORMAT='%F %T ' # Use a more compact format for the time builtin's output TIMEFORMAT='real:%lR user:%lU sys:%lS' -# 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 @@ -45,8 +42,6 @@ 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