1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-16 02:40:08 +00:00
ohmyzsh/plugins/tailscale/tailscale.plugin.zsh
2024-08-28 15:01:36 -07:00

4 lines
75 B
Bash

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