fix: removed setopt
This commit is contained in:
parent
a6c87e267b
commit
e3dc3e943e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue