howaboutqiu

Back to a vanilla (fish) shell

if type -q eza
    alias ll "eza -l -g --icons"
    alias lla "ll -a"
end

Now I’m in peace now.


  1. To be precise, I also removed Starship from my last post as fish is pretty good function-wise straight out of box. ↩︎

#cli