From b4ddffdc6167d23077139f5a24a2709097bc660c Mon Sep 17 00:00:00 2001 From: LangLangBart <92653266+LangLangBart@users.noreply.github.com> Date: Wed, 17 Jul 2024 15:13:01 +0200 Subject: [PATCH] fix(fish): partially revert dbe8dc3 by removing the 'builtin' for cd --- shell/key-bindings.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/key-bindings.fish b/shell/key-bindings.fish index 523203b5..11686b1a 100644 --- a/shell/key-bindings.fish +++ b/shell/key-bindings.fish @@ -104,7 +104,7 @@ function fzf_key_bindings eval (__fzfcmd)' +m --query "'$fzf_query'"' | read -l result if [ -n "$result" ] - builtin cd -- $result + cd -- $result # Remove last token from commandline. commandline -t ""