show me group

This commit is contained in:
Osman Faruk Bayram 2025-11-05 14:38:03 +03:00
parent df13519296
commit 892b368c3a

View file

@ -6,8 +6,8 @@
'';
shellAliases = {
c = "code .";
l = "eza --all --long --git --icons --sort size --header --group-directories-first";
ll = "eza --all --long --git --icons --sort name --header --group-directories-first";
l = "eza --all --long --git --icons --group --sort size --header --group-directories-first";
ll = "eza --all --long --git --icons --group --sort name --header --group-directories-first";
free = "free -h";
df = "df -h";
du = "du -h";