update cdf alias

This commit is contained in:
Kopatz
2024-06-20 16:13:52 +02:00
parent 6fe69e8889
commit 6254e3612c
3 changed files with 14 additions and 13 deletions

View File

@@ -21,7 +21,7 @@
dev = "nix-shell --run zsh";
rm = "trashy put";
cat = "bat -P --style plain";
cdf = "cd $(find . -type d | fzf)";
cdf = "cd $(fd --type d --exclude node_modules --exclude bin --exclude target --exclude .cache . | fzf)";
};
#plugins = with pkgs; [
# {