dotfiles/fish/functions/llad.fish

4 lines
147 B
Fish

function llad --wraps='exa_git $EXA_LAD_OPTIONS' --description 'alias llad exa_git $EXA_LAD_OPTIONS'
exa_git $EXA_LAD_OPTIONS $argv
end