Make zsh history instant and shared across
This commit is contained in:
parent
4964a9c9ec
commit
26a388fef1
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.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
|
||||
|
|
Loading…
Add table
Reference in a new issue