mirror of https://git.xinb.cc/xinb/ohmyzsh.git
5 lines
75 B
Bash
5 lines
75 B
Bash
|
|
||
|
if [ $commands[tailscale] ]; then
|
||
|
source <(tailscale completion zsh)
|
||
|
fi
|