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

5 lines
71 B
Fish
Executable File

# Defined in /tmp/fish.yaEzA7/l.fish @ line 1
function l
ls $argv
end