tweak lsd as to make ls still available

This commit is contained in:
Michael Floßmann 2024-07-12 11:18:50 +02:00
parent a3e0c39e40
commit 302c3b7dbc

View file

@ -62,7 +62,7 @@
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
shellAliases = { shellAliases = {
ls = "lsd"; ll = "lsd -l";
}; };
history = { history = {