add lla shell alias
This commit is contained in:
parent
a4b5faaa88
commit
1b53d3f2fa
1 changed files with 2 additions and 1 deletions
|
|
@ -23,8 +23,9 @@
|
|||
syntaxHighlighting.enable = true;
|
||||
shellAliases = {
|
||||
ls = "eza";
|
||||
ll = "ls -lh";
|
||||
lsa = "ls -A";
|
||||
ll = "ls -lh";
|
||||
lla = "ls -lAh";
|
||||
h = "hx";
|
||||
g = "git";
|
||||
cd = "z";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue