nodejs to bun aliases

This commit is contained in:
m3tm3re
2026-01-03 11:12:01 +01:00
parent f615f3bd6a
commit eab4c26ca4
2 changed files with 4 additions and 0 deletions

View File

@@ -85,6 +85,8 @@ in {
grep = "rg";
ps = "procs";
just = "just --unstable";
node = "bun";
npx = "bunx";
fs = "du -ah . | sort -hr | head -n 10";
n = "nix";

View File

@@ -75,6 +75,8 @@ in {
alias lt = eza --tree --level=2 --long --icons --git
alias grep = rg
alias just = just --unstable
alias node = bun
alias npx = bunx
alias n = nix
alias nd = nix develop -c $nu.current-shell