ZSH: Re-Enable shared history (breaking change in OMZ)

This commit is contained in:
Jannik Beyerstedt 2020-12-28 12:45:17 +01:00
parent 0bfc8b68c8
commit 4f2529c577

View file

@ -76,6 +76,8 @@ else
export LANG="en_US.UTF-8" export LANG="en_US.UTF-8"
fi fi
setopt share_history
# load host specific settings # load host specific settings
[[ -f "$HOME/.zshrc-host" ]] && source $HOME/.zshrc-host [[ -f "$HOME/.zshrc-host" ]] && source $HOME/.zshrc-host