From ddc220503578b76d81c9dc9a065f0ff92e96778d Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Tue, 22 Apr 2025 20:12:09 -0300 Subject: [PATCH] Add find the command preferred options --- dot_config/zsh/dot_zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index 40e8512..b0655e7 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -11,7 +11,7 @@ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zs source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh # find-the-command # https://github.com/pkasemir/find-the-command -source /usr/share/doc/find-the-command/ftc.zsh +source /usr/share/doc/find-the-command/ftc.zsh noupdate quiet info bindkey '^[[H' beginning-of-line bindkey '^[[F' end-of-line