merge
This commit is contained in:
@@ -85,6 +85,8 @@ in {
|
|||||||
grep = "rg";
|
grep = "rg";
|
||||||
ps = "procs";
|
ps = "procs";
|
||||||
just = "just --unstable";
|
just = "just --unstable";
|
||||||
|
node = "bun";
|
||||||
|
npx = "bunx";
|
||||||
fs = "du -ah . | sort -hr | head -n 10";
|
fs = "du -ah . | sort -hr | head -n 10";
|
||||||
|
|
||||||
n = "nix";
|
n = "nix";
|
||||||
|
|||||||
@@ -75,6 +75,8 @@ in {
|
|||||||
alias lt = eza --tree --level=2 --long --icons --git
|
alias lt = eza --tree --level=2 --long --icons --git
|
||||||
alias grep = rg
|
alias grep = rg
|
||||||
alias just = just --unstable
|
alias just = just --unstable
|
||||||
|
alias node = bun
|
||||||
|
alias npx = bunx
|
||||||
|
|
||||||
alias n = nix
|
alias n = nix
|
||||||
alias nd = nix develop -c $nu.current-shell
|
alias nd = nix develop -c $nu.current-shell
|
||||||
|
|||||||
Reference in New Issue
Block a user