From 0c7367492cbbab039d40209e1458666ec64e5706 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Tue, 22 Apr 2025 20:15:17 -0300 Subject: [PATCH] Add alternative to ftc --- dot_config/zsh/dot_zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index b0655e7..98e0b82 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -13,6 +13,11 @@ source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh # https://github.com/pkasemir/find-the-command source /usr/share/doc/find-the-command/ftc.zsh noupdate quiet info +# Alternative +# pkgfile +# https://wiki.archlinux.org/title/Pkgfile#Command_not_found +# source /usr/share/doc/pkgfile/command-not-found.zsh + bindkey '^[[H' beginning-of-line bindkey '^[[F' end-of-line bindkey "^[[3~" delete-char