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

3 lines
35 B
Fish

function l
ls -AlihF $argv
end