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;
|
syntaxHighlighting.enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ls = "eza";
|
ls = "eza";
|
||||||
ll = "ls -lh";
|
|
||||||
lsa = "ls -A";
|
lsa = "ls -A";
|
||||||
|
ll = "ls -lh";
|
||||||
|
lla = "ls -lAh";
|
||||||
h = "hx";
|
h = "hx";
|
||||||
g = "git";
|
g = "git";
|
||||||
cd = "z";
|
cd = "z";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue