feat(fish): add tuios completions

Amolith created

Change summary

dot_config/private_fish/config.fish.tmpl | 4 ++++
1 file changed, 4 insertions(+)

Detailed changes

dot_config/private_fish/config.fish.tmpl 🔗

@@ -168,10 +168,14 @@ if status is-interactive
 	# register completions (on-the-fly, non-cached, because the actual command won't be cached anyway
 	complete -c cht -xa '(curl -s cheat.sh/:list)'
 
+    # Dynamic completions
     starship init fish | source
     wtp shell-init fish | source
     atuin init --disable-up-arrow fish | source
     lune completion fish | source
+    tuios completion fish | source
+    tuios-web completion fish | source
+
     enable_transience
 end