dotfiles/fish/.config/fish/functions/vale.fish

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
78 B
Fish
Raw Normal View History

2022-09-27 07:52:19 +02:00
function vale
command vale --config $HOME/.config/vale/vale.ini $argv
end