tweak(global/shell): expand ls aliases
This commit is contained in:
parent
420d06cc69
commit
73569cdd72
1 changed files with 9 additions and 3 deletions
|
@ -11,12 +11,18 @@ in
|
|||
|
||||
# ls
|
||||
ls = "exa";
|
||||
la = "ls -1";
|
||||
l = "ls --long --all --no-permissions --no-user --git --icons";
|
||||
la = "ls --long --no-filesize --no-permissions --no-user --git --icons";
|
||||
lat = "la --tree";
|
||||
l = "la --all";
|
||||
lt = "l --tree";
|
||||
le = "l --extended";
|
||||
lg = "l --gitignore";
|
||||
lgt = "lt --gitignore";
|
||||
ll = "ls --long --all --group";
|
||||
llt = "ll --tree";
|
||||
le = "ll --extended";
|
||||
lle = "ll --extended";
|
||||
llg = "ll --gitignore";
|
||||
llgt = "llt --gitignore";
|
||||
|
||||
# git
|
||||
g = "git";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue