Enable zsh history
This commit is contained in:
parent
319857ce22
commit
5fbefbe1a5
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
# Setup ZSH History
|
||||
SAVEHIST=1000
|
||||
HISTSIZE=1000
|
||||
HISTFILE=~/.zsh_history
|
||||
|
||||
# Use NVIM
|
||||
alias vim=nvim
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue