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

pull/3930/head
LangLangBart 3 months ago committed by GitHub
parent 8d4d184fc6
commit b4ddffdc61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save