ll as alias

This commit is contained in:
twoneis 2025-03-23 14:05:39 +01:00
parent aa02a442a2
commit ac151edf2a

View file

@ -94,9 +94,11 @@ in {
}; };
}; };
shellAbbrs = { shellAliases = {
ll = "ls -ABnhl --time-style=long-iso"; ll = "ls --almost-all --ignore-backups --literal --human-readable --time-style=long-iso -l";
};
shellAbbrs = {
ga = "git add"; ga = "git add";
gc = "git commit"; gc = "git commit";
gp = "git push"; gp = "git push";