Enable zsh history
This commit is contained in:
parent
319857ce22
commit
5fbefbe1a5
@ -1,3 +1,8 @@
|
||||
# Setup ZSH History
|
||||
SAVEHIST=1000
|
||||
HISTSIZE=1000
|
||||
HISTFILE=~/.zsh_history
|
||||
|
||||
# Use NVIM
|
||||
alias vim=nvim
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user