my_chezmoi/dot_config/private_fish/functions/ls.fish.tmpl

8 lines
163 B
Cheetah

function ls --wraps=las --description 'lsd shorthand'
if type -q lsd
{{ lookPath "lsd" }} $argv
else
{{ lookPath "ls" }} $argv
end
end