no exa anymore
This commit is contained in:
parent
defee15663
commit
05efb10642
3 changed files with 14 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue