commit
8a8a7bafa0
@ -1,3 +1,5 @@
|
||||
locals.zsh
|
||||
log/.zsh_history
|
||||
projects.zsh
|
||||
custom/*.zsh
|
||||
!custom/example.zsh
|
@ -1,8 +1,8 @@
|
||||
## Command history configuration
|
||||
#
|
||||
HISTFILE=$HOME/.zsh_history
|
||||
HISTSIZE=5000
|
||||
SAVEHIST=5000
|
||||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
|
||||
setopt hist_ignore_dups # ignore duplication command history list
|
||||
setopt share_history # share command history data
|
||||
|
Loading…
Reference in new issue