dotfiles/.config/fish/functions/lth.fish

4 lines
277 B
Fish

function lth --wraps='eza --long --header --icons --tree --git --group-directories-first' --description 'alias lth=eza --long --header --icons --tree --git --group-directories-first'
eza --long --header --icons --tree --git --group-directories-first --hyperlink $argv
end