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