homes/common/.config/fish/functions/ll.fish

6 lines
81 B
Fish
Executable file

#!/usr/bin/env fish
#
function ll -d "list files"
ls --color -pla $argv
end