tweak(global): replace ls with exa
This commit is contained in:
parent
2aab81a5fd
commit
6f8c048cf5
2 changed files with 10 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
||||||
direnv
|
direnv
|
||||||
dnsutils
|
dnsutils
|
||||||
dosfstools
|
dosfstools
|
||||||
|
exa
|
||||||
exfat # Windows drives
|
exfat # Windows drives
|
||||||
fd
|
fd
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
|
|
@ -9,6 +9,15 @@ in
|
||||||
"...." = "cd ../../..";
|
"...." = "cd ../../..";
|
||||||
"....." = "cd ../../../..";
|
"....." = "cd ../../../..";
|
||||||
|
|
||||||
|
# ls
|
||||||
|
ls = "exa";
|
||||||
|
la = "ls -1";
|
||||||
|
l = "ls --long --all --no-permissions --no-user --git --icons";
|
||||||
|
lt = "l --tree";
|
||||||
|
ll = "ls --long --all --group";
|
||||||
|
llt = "ll --tree";
|
||||||
|
le = "ll --extended";
|
||||||
|
|
||||||
# git
|
# git
|
||||||
g = "git";
|
g = "git";
|
||||||
|
|
||||||
|
@ -43,7 +52,6 @@ in
|
||||||
jtl = "journalctl";
|
jtl = "journalctl";
|
||||||
|
|
||||||
# Miscellaneous
|
# Miscellaneous
|
||||||
ll = "ls -al";
|
|
||||||
dd = "dd status=progress";
|
dd = "dd status=progress";
|
||||||
cat = "bat --paging=never";
|
cat = "bat --paging=never";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue