mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-01 20:25:19 +08:00
5 lines
75 B
Bash
5 lines
75 B
Bash
|
|
if [ $commands[tailscale] ]; then
|
|
source <(tailscale completion zsh)
|
|
fi
|