mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 13:14:35 +00:00
Format comments
This commit is contained in:
parent
d520b10f90
commit
10d5f02713
|
@ -22,7 +22,7 @@ export ZSH_COMPDUMP="$ZSH_CACHE/zcompdump-$ZSH_VERSION" # for auto/tab completio
|
||||||
HISTFILE="$ZSH_CACHE/history"
|
HISTFILE="$ZSH_CACHE/history"
|
||||||
HISTSIZE=10000
|
HISTSIZE=10000
|
||||||
SAVEHIST=10000
|
SAVEHIST=10000
|
||||||
setopt appendhistory # save history entries as soon as they are entered
|
setopt appendhistory # save history entries as soon as they are entered
|
||||||
setopt hist_ignore_space # ignore commands that start with space
|
setopt hist_ignore_space # ignore commands that start with space
|
||||||
setopt hist_verify # show commands with history expansion to user before running it
|
setopt hist_verify # show commands with history expansion to user before running it
|
||||||
#setopt hist_ignore_dups # ignore duplicated commands history list
|
#setopt hist_ignore_dups # ignore duplicated commands history list
|
||||||
|
|
Loading…
Reference in a new issue