cite about-plugin about-plugin 'Simplify `curl cht.sh/` to `cht.sh `' # Play nicely if user already installed cht.sh cli tool if ! _command_exists cht.sh ; then function cht.sh () { curl "cht.sh/$1" } fi