diff --git a/home/features/cli/fish.nix b/home/features/cli/fish.nix index 357171f..0e14e96 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -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"; diff --git a/home/features/cli/nushell.nix b/home/features/cli/nushell.nix index 46ebb19..a7afbcd 100644 --- a/home/features/cli/nushell.nix +++ b/home/features/cli/nushell.nix @@ -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