Do not spawn subshell when using cd-fzf

This commit is contained in:
2026-02-01 19:34:00 -05:00
parent cea99eb2c3
commit cd52bb8ca1
2 changed files with 2 additions and 3 deletions

View File

@@ -13,5 +13,4 @@ if [[ -z $selected ]]; then
exit 0
fi
cd "$selected"
$SHELL
echo "$selected"