aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/wrappers/aspell
blob: 78fddd0ac83e603cfc9284205367a2ef2dcc0f6c (plain)
1
2
#!/bin/sh -eu
$(which aspell --all | grep --invert-match "local/bin" | head -n 1) --conf "$HOME/.config/aspell/aspell.conf" "$@";