fish: Fix typo exa -> eza

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2024-05-03 21:03:31 +03:00
parent c3c9fecb18
commit 6735aab569
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

View file

@ -19,7 +19,7 @@
shellAliases = {
# My defaults
"ls" = "exa";
"ls" = "eza";
"dig" = "dig +noall +answer";
"ffmpeg" = "ffmpeg -hide_banner -loglevel error -stats -threads 10";
"rsync" = "rsync --info=progress2 --progress -rpgo --partial --inplace";