ohmyzsh/plugins/tailscale/tailscale.plugin.zsh

5 lines
75 B
Bash

if [ $commands[tailscale] ]; then
source <(tailscale completion zsh)
fi