From ab3c2c76909aaa139d3615a0b64525be6db7e2c1 Mon Sep 17 00:00:00 2001 From: osbm Date: Thu, 26 Jun 2025 22:21:30 +0300 Subject: [PATCH] update aliases --- home/fish.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/fish.nix b/home/fish.nix index 031e3d9..ec567e8 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -6,8 +6,8 @@ ''; shellAliases = { c = "code ."; - l = "ls -lah"; - ll = "eza -la -F --icons --git --group-directories-first --git"; + l = "eza --all --long --git --icons --sort size --header --group-directories-first"; + ll = "eza --all --long --git --icons --sort name --header --group-directories-first"; free = "free -h"; df = "df -h"; du = "du -h";