From 9eceaccdfa57d3b371a31d1e85e587f5f34a350e Mon Sep 17 00:00:00 2001 From: Will Owens Date: Tue, 27 Feb 2024 05:30:16 -0500 Subject: [PATCH] zsh: remove a something that didn't work --- test/lib/git/status_shortcuts_test.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/lib/git/status_shortcuts_test.sh b/test/lib/git/status_shortcuts_test.sh index 1530edb..d24ed23 100755 --- a/test/lib/git/status_shortcuts_test.sh +++ b/test/lib/git/status_shortcuts_test.sh @@ -321,8 +321,6 @@ test_git_commit_prompt() { export HISTFILESIZE=1000 export HISTSIZE=1000 - export SAVEHIST=1000 - touch a b c d git add . >/dev/null