Initial commit. Functional zshrc config setup.
This commit is contained in:
7
zsh/history.zsh
Normal file
7
zsh/history.zsh
Normal file
@@ -0,0 +1,7 @@
|
||||
HISTSIZE=100000
|
||||
SAVEHIST=100000
|
||||
|
||||
setopt SHARE_HISTORY
|
||||
setopt HIST_IGNORE_DUPS
|
||||
setopt HIST_IGNORE_SPACE
|
||||
setopt INC_APPEND_HISTORY
|
||||
Reference in New Issue
Block a user