mirror of
https://github.com/nix-community/home-manager
synced 2024-11-19 17:49:45 +01:00
exa: removed stale comment (#3789)
This commit is contained in:
parent
3239e0b40f
commit
bcc417b80f
1 changed files with 0 additions and 2 deletions
|
@ -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