feat: add some new aliases to preferred shell tools

This commit is contained in:
wi11-holdsworth 2025-09-24 18:52:29 +10:00
parent ddf9cf8df9
commit 4bf909b4be

View file

@ -19,13 +19,22 @@ in
# keep-sorted start
cat = "bat";
# cd = "j";
cut = "choose";
df = "duf";
du = "dua";
# find = "fd";
g = "lazygit";
l = "eza";
la = "eza -a";
ls = "eza";
ns = "nh os switch";
# curl = "xh";
ping = "gping";
ps = "procs";
# sed = "sd";
# grep = "rga";
top = "btm";
unzip = "ripunzip";
vi = "nvim";
vim = "nvim";
# keep-sorted end