mirror of
https://github.com/davegallant/nix-config
synced 2026-03-03 16:46:34 +00:00
Do not spawn subshell when using cd-fzf
This commit is contained in:
@@ -13,5 +13,4 @@ if [[ -z $selected ]]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
cd "$selected"
|
||||
$SHELL
|
||||
echo "$selected"
|
||||
|
||||
Reference in New Issue
Block a user