mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
lib: add safe_alias function
and ALLOW_OVERRIDE_ALIASES option
This commit is contained in:
parent
e44aa50301
commit
59fa1eacc1
2 changed files with 31 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue