summaryrefslogtreecommitdiff
path: root/fish/conf.d/ai.fish
blob: 141cdf02eb4c8c7b40087ff004d1c22db839b1cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
abbr -a suggest hexai
abbr -a explain 'hexai explain'

if test -f ~/git/hypr/hypr.fish
    source ~/git/hypr/hypr.fish
end

set -l ask_bin ~/go/bin/ask

if test -x $ask_bin
    $ask_bin fish | source
else
    echo No $ask_bin found
end