1
0
Fork 0

Compare commits

..

No commits in common. "725ed8a096fa75d069ba7b1b41a263d66a2f73bc" and "f199fc7a8656751179908397cc46cfd5697a45c1" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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