Watch
1
0
Fork
You've already forked oh-my-zsh
0
oh-my-zsh/plugins/tailscale/tailscale.plugin.zsh

4 lines
75 B
Shell
Raw Normal View History

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