mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Fix indentation for comment
This commit is contained in:
parent
53e96c5854
commit
4576649a72
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue