diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-26 22:09:44 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-26 22:09:44 +0200 |
| commit | 7a396075e9a4cef1441192177dacaf20b771c259 (patch) | |
| tree | 7e9b0ab8cf9ad3decd7022601019aa28b926bada /fish | |
| parent | 54b79b4ff4e607a914f48a42cd7b76037e23667e (diff) | |
Update
Diffstat (limited to 'fish')
| -rw-r--r-- | fish/conf.d/ai.fish | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fish/conf.d/ai.fish b/fish/conf.d/ai.fish index f88701b..5acdc32 100644 --- a/fish/conf.d/ai.fish +++ b/fish/conf.d/ai.fish @@ -4,3 +4,9 @@ abbr -a explain 'hexai explain' if test -f ~/git/hypr/hypr.fish source ~/git/hypr/hypr.fish end + +if test -f ~/git/hexai/assets/ask.fish + source ~/git/hexai/assets/ask.fish +else + echo No ~/git/hexai/assets/ask.fish found +end |
