Compare commits
2 commits
f199fc7a86
...
725ed8a096
Author | SHA1 | Date | |
---|---|---|---|
|
725ed8a096 | ||
|
957538f1f1 |
3 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
||||||
function ls
|
function ls
|
||||||
command eza --icons --group-directories-first $argv
|
command eza --group-directories-first $argv
|
||||||
end
|
end
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue