aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-20 11:28:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-20 11:28:13 +1200
commit64112f65ac68c8ef32ea5946546af2bd6ae4e241 (patch)
tree343286228e07903d8262d35b852e808b5f88cd6a /bash/bashrc
parentBlock output/error from prompt tput(1)/git(1) (diff)
downloaddotfiles-64112f65ac68c8ef32ea5946546af2bd6ae4e241.tar.gz
dotfiles-64112f65ac68c8ef32ea5946546af2bd6ae4e241.zip
Allow aliases, just don't use them
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc5
1 files changed, 0 insertions, 5 deletions
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