1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-03-03 06:00:56 +08:00
ohmyzsh/plugins/tailscale/tailscale.plugin.zsh
2024-08-28 15:01:36 -07:00

5 lines
75 B
Bash

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