This commit is contained in:
2025-03-03 18:50:51 +02:00
parent 15f3bf07e7
commit 25549279f2
11 changed files with 159 additions and 20 deletions

View File

@ -33,7 +33,7 @@ in {
enable = true;
shellAliases = {
cd = "z";
cat = "bat";
# cat = "bat";
la = "ls -a";
l = "ls -la";
};