m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

fix(fish): partially revert dbe8dc3 by removing the 'builtin' for cd

This commit is contained in:
LangLangBart
2024-07-17 15:13:01 +02:00
committed by GitHub
parent 8d4d184fc6
commit b4ddffdc61

View File

@@ -104,7 +104,7 @@ function fzf_key_bindings
eval (__fzfcmd)' +m --query "'$fzf_query'"' | read -l result eval (__fzfcmd)' +m --query "'$fzf_query'"' | read -l result
if [ -n "$result" ] if [ -n "$result" ]
builtin cd -- $result cd -- $result
# Remove last token from commandline. # Remove last token from commandline.
commandline -t "" commandline -t ""