From bcc417b80f3bef3e0cf21160850525d8a03387e6 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo <5242883+alejandro-angulo@users.noreply.github.com> Date: Sun, 19 Mar 2023 10:14:05 -0700 Subject: [PATCH] exa: removed stale comment (#3789) --- modules/programs/exa.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/programs/exa.nix b/modules/programs/exa.nix index 5f423ec7b..44a1fb58c 100644 --- a/modules/programs/exa.nix +++ b/modules/programs/exa.nix @@ -46,8 +46,6 @@ with lib; ++ optional cfg.git "--git" ++ cfg.extraOptions); aliases = { - # Use `command` instead of hardcoding the path to exa so that aliases don't - # go stale after a system update. exa = "exa ${args}"; } // optionalAttrs cfg.enableAliases { ls = "exa";