diff --git a/modules/home-manager/programs/fish.nix b/modules/home-manager/programs/fish.nix index ec567e8..609fa0a 100644 --- a/modules/home-manager/programs/fish.nix +++ b/modules/home-manager/programs/fish.nix @@ -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";