dotfiles/fish/.config/fish/functions/lt.fish

4 lines
55 B
Fish
Raw Normal View History

function lt -w exa
exa --tree --git-ignore $argv
end