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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ""