Create ls.fish

This commit is contained in:
Pyro57000
2024-05-23 17:39:54 +00:00
committed by GitHub
parent 960078d17c
commit 8910613079

3
fish_functions/ls.fish Normal file
View File

@@ -0,0 +1,3 @@
function ls
eza --icons always --group-directories-first --hyperlink -1 -l -u -b --no-permissions --no-user --header $argv
end