This commit is contained in:
jay
2023-12-31 22:45:19 +08:00
parent 0b612782bf
commit 2598bcef39
8 changed files with 34 additions and 8 deletions
+2 -2
View File
@@ -123,7 +123,7 @@ setopt share_history
setopt hist_reduce_blanks
# Write to the history file immediately, not when the shell exits.
setopt inc_append_history
# setopt inc_append_history
# Remove comannd of 'hostory' or 'fc -l' from history list
setopt hist_no_store
@@ -138,7 +138,7 @@ setopt extended_history
setopt hist_ignore_space
# Append to history file
setopt append_history
# setopt append_history
# Edit history file during call history before executing
setopt hist_verify