You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Add before compinit in ~/.zshrcsource<(fotingo completion zsh)# Or generate file in your fpath
fotingo completion zsh >"${fpath[1]}/_fotingo"# Refresh completion cache if needed
rm -f ~/.zcompdump; compinit
Fish
# Current session
fotingo completion fish |source# Persist
fotingo completion fish >~/.config/fish/completions/fotingo.fish