From 8b3a3abfb74118424a6a98ab275697465edab59a Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 23 Mar 2022 03:23:08 +0100 Subject: [PATCH] Don't call `fc -R -I` automatically --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index b7f2d29..a5c3c05 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -78,7 +78,7 @@ function precmd_history { fc -R -I } -precmd_functions+=precmd_history +# precmd_functions+=precmd_history ############################## Completion ######################################