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

4 lines
271 B
Fish

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