refactor(zsh): move configuration files
This commit is contained in:
parent
b7518872ff
commit
b58302c1ee
21 changed files with 17 additions and 7 deletions
7
roles/zsh/files/config/configs/history.zsh
Normal file
7
roles/zsh/files/config/configs/history.zsh
Normal file
|
@ -0,0 +1,7 @@
|
|||
setopt histignoredups
|
||||
|
||||
setopt inc_append_history
|
||||
|
||||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
HISTFILE=~/.cache/zsh/history
|
Loading…
Add table
Add a link
Reference in a new issue