From 5ed1290cc3f675f279b86cace66896e79c760247 Mon Sep 17 00:00:00 2001 From: Pyro57000 <147988717+Pyro57000@users.noreply.github.com> Date: Thu, 23 May 2024 17:40:13 +0000 Subject: [PATCH] Create lsa.fish --- fish_functions/lsa.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fish_functions/lsa.fish diff --git a/fish_functions/lsa.fish b/fish_functions/lsa.fish new file mode 100644 index 0000000..ee0a41f --- /dev/null +++ b/fish_functions/lsa.fish @@ -0,0 +1,3 @@ +function lsa +eza --icons always --group-directories-first --hyperlink -1 -l -u -b --no-permissions --no-user --header --tree $argv +end