mirror of
https://github.com/nix-community/home-manager
synced 2024-11-19 09:39: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);
|
||||
|
||||
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";
|
||||
|
|
Loading…
Reference in a new issue