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

@@ -166,7 +166,7 @@ in
l = "eza -la --git --group-directories-first"; l = "eza -la --git --group-directories-first";
m = "make"; m = "make";
nix-install = "nix-env -iA"; nix-install = "nix-env -iA";
t = "cd-fzf"; t = "cd $(cd-fzf)";
tf = "terraform"; tf = "terraform";
tree = "eza --tree"; tree = "eza --tree";
v = "nvim"; v = "nvim";

View File

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