dotfiles/.config/fish/functions/lth.fish
2023-12-10 00:05:51 +01:00

3 lines
276 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