4 lines
75 B
Shell
4 lines
75 B
Shell
|
|
|
||
|
|
if [ $commands[tailscale] ]; then
|
||
|
|
source <(tailscale completion zsh)
|
||
|
|
fi
|