Format comments

This commit is contained in:
ItsDrike 2021-04-01 21:45:41 +02:00
parent d520b10f90
commit 10d5f02713
No known key found for this signature in database
GPG key ID: 252D306F545351FC

View file

@ -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