From a7c152448ad1d15fe3731e886115fb3eae8fca9c Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 25 May 2025 13:26:26 +0300 Subject: [PATCH] fix: correct alias for listing files from 'exa' to 'eza' --- home/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/fish.nix b/home/fish.nix index 7c39636..830f42d 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -7,7 +7,7 @@ shellAliases = { c = "code ."; l = "ls -lah"; - ll = "exa -la -F --icons --git --group-directories-first --git"; + ll = "eza -la -F --icons --git --group-directories-first --git"; free = "free -h"; df = "df -h"; du = "du -h";