another ls alias
This commit is contained in:
parent
7f59c589a7
commit
1e0a1710f9
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ inputs:
|
|||
enable = true;
|
||||
shellAliases = {
|
||||
ls = "lsd";
|
||||
l = "ls -l";
|
||||
la = "ls -a";
|
||||
lla = "ls -la";
|
||||
lt = "ls --tree";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue