ZSH: Re-Enable shared history (breaking change in OMZ)
This commit is contained in:
parent
0bfc8b68c8
commit
4f2529c577
|
@ -76,6 +76,8 @@ else
|
|||
export LANG="en_US.UTF-8"
|
||||
fi
|
||||
|
||||
setopt share_history
|
||||
|
||||
# load host specific settings
|
||||
[[ -f "$HOME/.zshrc-host" ]] && source $HOME/.zshrc-host
|
||||
|
||||
|
|
Loading…
Reference in a new issue