Make zsh history instant and shared across

This commit is contained in:
Trysdyn Black 2024-12-15 16:55:52 -08:00
parent 4964a9c9ec
commit 26a388fef1

3
.zshrc
View file

@ -18,7 +18,10 @@ if [ -e /usr/bin/exa ]; then
alias ls="exa --icons"
fi
# Live-update ZSH history for all shells
setopt appendhistory
setopt incappendhistory
setopt sharehistory
# Case-insensetive tab completion
autoload -Uz compinit && compinit