Skip to content

Commit

Permalink
fix(fish): partially revert dbe8dc3 by removing the 'builtin' for cd
Browse files Browse the repository at this point in the history
  • Loading branch information
LangLangBart committed Jul 17, 2024
1 parent 8d4d184 commit b4ddffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/key-bindings.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down

0 comments on commit b4ddffd

Please sign in to comment.