initdev and shorter ls

This commit is contained in:
twoneis 2025-03-21 19:49:00 +01:00
parent 6559a836f5
commit cb17da672d

View file

@ -95,7 +95,7 @@ in {
}; };
shellAbbrs = { shellAbbrs = {
ll = "ls --almost-all --ignore-backups --literal --human-readable --time-style=long-iso -l"; ll = "ls -ABnhl --time-style=long-iso";
ga = "git add"; ga = "git add";
gc = "git commit"; gc = "git commit";