lib: add safe_alias function

and ALLOW_OVERRIDE_ALIASES option
This commit is contained in:
ncanceill 2015-11-06 11:11:44 +01:00
commit 59fa1eacc1
2 changed files with 31 additions and 0 deletions

View file

@ -37,6 +37,11 @@ ZSH_THEME="robbyrussell"
# much, much faster.
# DISABLE_UNTRACKED_FILES_DIRTY="true"
# Uncomment the following line to allow aliases defined in libs and plugins to
# override existing commands/functions/aliases. A warning will be printed for
# every alias overriding an existing name.
# ALLOW_OVERRIDE_ALIASES="true"
# Uncomment the following line if you want to change the command execution time
# stamp shown in the history command output.
# The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"