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";