From 3951db70aae85b3cf98ecf5245d8a5e7f7895853 Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 15 Sep 2021 11:38:25 +0800 Subject: [PATCH] comment opt setting --- .zsh/50_setopt.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zsh/50_setopt.zsh b/.zsh/50_setopt.zsh index 649ab1c..6e32d27 100644 --- a/.zsh/50_setopt.zsh +++ b/.zsh/50_setopt.zsh @@ -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