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

4 lines
50 B
Fish

function ll
exa -lahg --git -t modified $argv
end