Add lg, ll and ls functions

This commit is contained in:
Tim 2025-05-15 10:39:42 +02:00
parent 6404a3ead8
commit f1aed8c527
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,5 @@
if type "lazygit"
function lg
lazygit $argv
end
end

View File

@ -0,0 +1,5 @@
if type "eza"
function ll
ls -a $argv
end
end

View File

@ -0,0 +1,5 @@
if type "eza"
function ls
eza --group-directories-first --git -l $argv
end
end