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 = {
ll = "ls -ABnhl --time-style=long-iso";
shellAliases = {
ll = "ls --almost-all --ignore-backups --literal --human-readable --time-style=long-iso -l";
};
shellAbbrs = {
ga = "git add";
gc = "git commit";
gp = "git push";