refactored some stuff
This commit is contained in:
parent
e007eb5a58
commit
5f3ecf6090
29 changed files with 91 additions and 666 deletions
11
zsh/files/history.zsh
Normal file
11
zsh/files/history.zsh
Normal file
|
@ -0,0 +1,11 @@
|
|||
HISTSIZE=50000
|
||||
SAVEHIST=20000
|
||||
HISTFILE=$HOME/.cache/zsh/history
|
||||
|
||||
setopt extended_history
|
||||
setopt hist_expire_dups_first
|
||||
setopt hist_ignore_dups
|
||||
setopt hist_ignore_space
|
||||
setopt hist_verify
|
||||
setopt inc_append_history
|
||||
setopt share_history
|
Loading…
Add table
Add a link
Reference in a new issue