mr-karan / doggo

:dog: Command-line DNS Client for Humans. Written in Golang
https://doggo.mrkaran.dev/
GNU General Public License v3.0
2.83k stars 100 forks source link

Fix zsh completions #134

Closed jatinderjit closed 2 months ago

jatinderjit commented 2 months ago

Fixes #133

Remove the blank line at the start that prevents ZSH from treating this as a completion file.

From https://zsh.sourceforge.io/Doc/Release/Completion-System.html#Autoloaded-files

Files whose first line does not start with one of these tags are not considered to be part of the completion system

mr-karan commented 2 months ago

Thanks!