From a9d89bad5d81b69fc50b4901f611e75cda4ddce1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 10 Apr 2026 23:25:02 +0300 Subject: fix --- fish/conf.d/ai.fish | 8 ++++---- 1 file 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 -- cgit v1.2.3