1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
Andrey Tryapichnikov
725ed8a096 shells: disable icons in eza 2024-08-29 23:06:39 +03:00
Andrey Tryapichnikov
957538f1f1 alacritty: fonts 2024-08-29 23:05:52 +03:00
3 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
function ls
command eza --icons --group-directories-first $argv
command eza --group-directories-first $argv
end

View file

@ -76,7 +76,7 @@ else
fi
if testbin eza; then
ls() { command eza --icons --group-directories-first $@ }
ls() { command eza --group-directories-first $@ }
ll() { ls -alg $@ }
ld() { ls -dlg $@ }
else

View file

@ -34,10 +34,10 @@ shape = "Block"
[font]
builtin_box_drawing = true
size = 16
size = 13
[font.normal]
family = "FantasqueSansM Nerd Font"
family = "IBM Plex Mono"
[[keyboard.bindings]]
action = "Paste"