From 4576649a72e9e54cbb60111a5d34e19003f4ae60 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 23 Aug 2022 10:55:19 +0200 Subject: [PATCH] Fix indentation for comment --- home/.config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/zsh/.zshrc b/home/.config/zsh/.zshrc index 325a76a..71e045e 100755 --- a/home/.config/zsh/.zshrc +++ b/home/.config/zsh/.zshrc @@ -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