so I use z instead of cd

This commit is contained in:
smayzy 2025-07-05 00:58:45 +02:00
parent 5738220480
commit 396cca0e2c
2 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@
slurp slurp
gparted gparted
gnome-disk-utility gnome-disk-utility
sl
]; ];
services.ratbagd.enable = true; services.ratbagd.enable = true;

View File

@ -62,6 +62,7 @@
shellAliases = { shellAliases = {
grep = "grep --color=auto"; grep = "grep --color=auto";
cp = "cp -r"; cp = "cp -r";
cd = "sl";
}; };
}; };