mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
add lah as alias for ls -alh
This commit is contained in:
parent
2fea4f7952
commit
7b4d2e877d
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@
|
|||
syntaxHighlighting = {
|
||||
enable = true;
|
||||
};
|
||||
shellAliases = {
|
||||
lah = "ls -lah";
|
||||
};
|
||||
};
|
||||
|
||||
programs.starship = let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue