Compare commits
No commits in common. "725ed8a096fa75d069ba7b1b41a263d66a2f73bc" and "f199fc7a8656751179908397cc46cfd5697a45c1" have entirely different histories.
725ed8a096
...
f199fc7a86
3 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
|||
function ls
|
||||
command eza --group-directories-first $argv
|
||||
command eza --icons --group-directories-first $argv
|
||||
end
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue