To get this working with ssh completion, I had to change ``` compdef _ssh tabc=ssh ``` to ``` compdef _ssh colorssh=ssh ``` Thanks for the post / plugin
To get this working with ssh completion, I had to change
to
Thanks for the post / plugin