1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-03 05:23:32 +02:00

exa: removed stale comment (#3789)

This commit is contained in:
Alejandro Angulo 2023-03-19 10:14:05 -07:00 committed by GitHub
parent 3239e0b40f
commit bcc417b80f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,8 +46,6 @@ with lib;
++ optional cfg.git "--git" ++ cfg.extraOptions); ++ optional cfg.git "--git" ++ cfg.extraOptions);
aliases = { aliases = {
# Use `command` instead of hardcoding the path to exa so that aliases don't
# go stale after a system update.
exa = "exa ${args}"; exa = "exa ${args}";
} // optionalAttrs cfg.enableAliases { } // optionalAttrs cfg.enableAliases {
ls = "exa"; ls = "exa";