Change option

This commit is contained in:
2025-07-24 02:29:01 -03:00
parent 5691ecc03e
commit 906f83137b
4 changed files with 80 additions and 42 deletions

View File

@@ -38,7 +38,7 @@ SAVEHIST=10000
setopt HIST_EXPIRE_DUPS_FIRST
setopt HIST_IGNORE_DUPS
setopt HIST_IGNORE_ALL_DUPS
setopt SHARE_HISTORY
setopt INC_APPEND_HISTORY_TIME
# Helpful tool: https://zsh-prompt-generator.site/
# On github: https://github.com/k-yokoishi/zsh-prompt-generator
@@ -62,4 +62,4 @@ hash starship 2>/dev/null && eval "$(starship init zsh)"
hash zoxide 2>/dev/null && eval "$(zoxide init zsh)"
# Return 0 to indicate success that the script has been sourced to completion
return 0
return 0