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
1 changed files with 0 additions and 2 deletions

View File

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