no exa anymore

This commit is contained in:
Lucy Hochkamp 2023-12-10 12:23:49 +01:00
parent defee15663
commit 05efb10642
No known key found for this signature in database
3 changed files with 14 additions and 14 deletions

View file

@ -24,10 +24,10 @@ in
gs = "git status -v";
gfc = "git fetch && git checkout";
gl = "git log --graph";
l = "exa -la --git";
la = "exa -la --git";
ls = "exa";
ll = "exa -l --git";
l = "eza -la --git";
la = "eza -la --git";
ls = "eza";
ll = "eza -l --git";
cat = "bat";
};
environment.variables = {
@ -39,7 +39,7 @@ in
nnn
bat
htop
exa
eza
curl
fd
file