dotfiles/.config/fish/functions/l.fish

4 lines
32 B
Fish
Raw Normal View History

function l
ls -CF $argv
end