tweak lsd as to make ls still available
This commit is contained in:
parent
a3e0c39e40
commit
302c3b7dbc
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ls = "lsd";
|
ll = "lsd -l";
|
||||||
};
|
};
|
||||||
|
|
||||||
history = {
|
history = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue