Add ls alias to eza if it is enabled
This commit is contained in:
parent
4d7a9dc44f
commit
02476ebba6
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
}
|
||||
];
|
||||
shellAliases = {
|
||||
ls = "ls --color=auto";
|
||||
ls = if config.programs.eza.enable then "eza --git --icons" else "ls --color=auto";
|
||||
crontab = "crontab -i";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue