comment opt setting

This commit is contained in:
Jay 2021-09-15 11:38:25 +08:00
parent 531677ae58
commit 3951db70aa
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ setopt pushd_to_home
# setopt correct_all
# Prohibit overwrite by redirection(> & >>) (Use >! and >>! to bypass.)
setopt no_clobber
# setopt no_clobber
# Deploy {a-c} -> a b c
setopt brace_ccl
@ -67,7 +67,7 @@ setopt print_exit_value
#setopt xtrace
# Confirm when executing 'rm *'
setopt rm_star_wait
# setopt rm_star_wait
# Let me know immediately when terminating job
setopt notify