dotfiles/.config/fish/functions/la.fish

4 lines
32 B
Fish
Raw Normal View History

function la
ls -A $argv
end