diff --git a/.config/fish/functions/ls.fish b/.config/fish/functions/ls.fish deleted file mode 100644 index fc3197d..0000000 --- a/.config/fish/functions/ls.fish +++ /dev/null @@ -1,14 +0,0 @@ -function ls - command eza --all \ - --long \ - --group-directories-first \ - --tree \ - --level=1 \ - --header \ - --icons \ - --no-permissions \ - --no-user \ - --no-time \ - --git \ - $argv -end