summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-10 23:25:02 +0300
committerPaul Buetow <paul@buetow.org>2026-04-10 23:25:02 +0300
commita9d89bad5d81b69fc50b4901f611e75cda4ddce1 (patch)
treedcd8e44778e3c5781031d93c15e0de2acd497d19
parentec773cec5a6af8831f4b0a292a34ef03a220f5f6 (diff)
fix
-rw-r--r--fish/conf.d/ai.fish8
1 files changed, 4 insertions, 4 deletions
diff --git a/fish/conf.d/ai.fish b/fish/conf.d/ai.fish
index 141cdf0..b59715b 100644
--- a/fish/conf.d/ai.fish
+++ b/fish/conf.d/ai.fish
@@ -5,10 +5,10 @@ if test -f ~/git/hypr/hypr.fish
source ~/git/hypr/hypr.fish
end
-set -l ask_bin ~/go/bin/ask
+set -l do_bin ~/go/bin/do
-if test -x $ask_bin
- $ask_bin fish | source
+if test -x $do_bin
+ $do_bin fish | source
else
- echo No $ask_bin found
+ echo No $do_bin found
end