tweak(global/shell): add icons to ll alias

This commit is contained in:
Infinidoge 2023-03-14 11:26:55 -04:00
parent 73569cdd72
commit b765810f51

View file

@ -18,7 +18,7 @@ in
le = "l --extended";
lg = "l --gitignore";
lgt = "lt --gitignore";
ll = "ls --long --all --group";
ll = "ls --long --all --group --icons";
llt = "ll --tree";
lle = "ll --extended";
llg = "ll --gitignore";