diff --git a/.zshrc b/.zshrc index 76aad2e..de22d4a 100644 --- a/.zshrc +++ b/.zshrc @@ -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