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 function ls
command eza --icons --group-directories-first $argv command eza --group-directories-first $argv
end end

View file

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

View file

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