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