1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-10 16:32:00 +00:00
Files
ohmyzsh-mirror/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