exa: removed stale comment (#3789)
This commit is contained in:
parent
3239e0b40f
commit
bcc417b80f
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue