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
1 changed files with 2 additions and 0 deletions

View File

@ -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