fix: removed setopt

This commit is contained in:
Kitty Fangs 2024-05-05 04:41:21 +00:00
parent 628733d3c0
commit 3b155f93e0
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ fi
eval "$(starship init bash)" eval "$(starship init bash)"
# History # History
setopt share_history
HISTSIZE=100000 HISTSIZE=100000
HISTFILESIZE=200000 HISTFILESIZE=200000
SAVEHIST=100000 SAVEHIST=100000