dotfiles/fish/.config/fish/functions/ll.fish

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

4 lines
41 B
Fish
Raw Permalink Normal View History

function ll -w eza
eza -la $argv
end