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

8 lines
163 B
Cheetah
Raw Normal View History

2023-12-24 11:43:10 -05:00
function ls --wraps=las --description 'lsd shorthand'
if type -q lsd
{{ lookPath "lsd" }} $argv
else
{{ lookPath "ls" }} $argv
end
end