fix: removed setopt
This commit is contained in:
parent
628733d3c0
commit
3b155f93e0
|
@ -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