Enable zsh history

This commit is contained in:
pfych 2025-03-08 18:04:22 +11:00
parent 319857ce22
commit 5fbefbe1a5

View File

@ -1,3 +1,8 @@
# Setup ZSH History
SAVEHIST=1000
HISTSIZE=1000
HISTFILE=~/.zsh_history
# Use NVIM
alias vim=nvim