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
|
# Use NVIM
|
||||||
alias vim=nvim
|
alias vim=nvim
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user