initdev and shorter ls
This commit is contained in:
parent
6559a836f5
commit
cb17da672d
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ in {
|
|||
};
|
||||
|
||||
shellAbbrs = {
|
||||
ll = "ls --almost-all --ignore-backups --literal --human-readable --time-style=long-iso -l";
|
||||
ll = "ls -ABnhl --time-style=long-iso";
|
||||
|
||||
ga = "git add";
|
||||
gc = "git commit";
|
||||
|
|
Loading…
Add table
Reference in a new issue