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