aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/wrappers/aspell
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/wrappers/aspell')
-rwxr-xr-x.local/bin/wrappers/aspell2
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/wrappers/aspell b/.local/bin/wrappers/aspell
new file mode 100755
index 0000000..78fddd0
--- /dev/null
+++ b/.local/bin/wrappers/aspell
@@ -0,0 +1,2 @@
+#!/bin/sh -eu
+$(which aspell --all | grep --invert-match "local/bin" | head -n 1) --conf "$HOME/.config/aspell/aspell.conf" "$@";