diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-14 09:51:59 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-14 09:51:59 +0300 |
| commit | f4599fb7a74de7e9bd27bc53db1dd0e7f6bdb992 (patch) | |
| tree | a5d4370b140d532e7554cda5e61acd07051fa945 | |
| parent | 6759a484c2154f062ed8ab6242a8b9c4ceae2e03 (diff) | |
Update
| -rw-r--r-- | fish/conf.d/ai.fish | 8 |
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 |
