updated nd alias, i love butterfly <3

This commit is contained in:
foxora 2026-03-15 02:09:48 +00:00
parent dce5deac43
commit 4b7a87f302

View file

@ -56,7 +56,7 @@
# open nix develop with preferred shell
# description: nd = nix develop
nd = "{ [[ -f ./flake.sh ]] && ./flake.sh -c $SHELL; } || nix develop -c $SHELL";
nd = "[[ -f ./flake.sh ]] && ./flake.sh -c $SHELL || nix develop -c $SHELL";
# description: cdns = change directory [to] nix settings
cdns = "cd ~/.nix";