summaryrefslogtreecommitdiff
path: root/shell/key-bindings.fish
diff options
context:
space:
mode:
authorLangLangBart <92653266+LangLangBart@users.noreply.github.com>2024-07-17 15:13:01 +0200
committerGitHub <noreply@github.com>2024-07-17 22:13:01 +0900
commitb4ddffdc6167d23077139f5a24a2709097bc660c (patch)
treed12d987aa0e992814de0e656b330c6077af94f9b /shell/key-bindings.fish
parent8d4d184fc6e7b1378e8aceb6318d75a73478c74a (diff)
downloadfzf-b4ddffdc6167d23077139f5a24a2709097bc660c.tar.gz
fix(fish): partially revert dbe8dc3 by removing the 'builtin' for cd
Diffstat (limited to 'shell/key-bindings.fish')
-rw-r--r--shell/key-bindings.fish2
1 files changed, 1 insertions, 1 deletions
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 ""