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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
57 B
Fish
Raw Normal View History

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