summaryrefslogtreecommitdiff
path: root/fish/conf.d/ai.fish
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-14 09:51:59 +0300
committerPaul Buetow <paul@buetow.org>2026-04-14 09:51:59 +0300
commitf4599fb7a74de7e9bd27bc53db1dd0e7f6bdb992 (patch)
treea5d4370b140d532e7554cda5e61acd07051fa945 /fish/conf.d/ai.fish
parent6759a484c2154f062ed8ab6242a8b9c4ceae2e03 (diff)
Update
Diffstat (limited to 'fish/conf.d/ai.fish')
-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 b59715b..141cdf0 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 do_bin ~/go/bin/do
+set -l ask_bin ~/go/bin/ask
-if test -x $do_bin
- $do_bin fish | source
+if test -x $ask_bin
+ $ask_bin fish | source
else
- echo No $do_bin found
+ echo No $ask_bin found
end