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";