Fix indentation for comment

This commit is contained in:
ItsDrike 2022-08-23 10:55:19 +02:00
parent 53e96c5854
commit 4576649a72
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -33,7 +33,7 @@ mkdir -p "$ZSH_CACHE"
# History configuration
export HISTSIZE=10000
export 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_verify # show commands with history expansion to user before running it
setopt extended_history # record command start time