mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-16 02:40:08 +00:00
4 lines
75 B
Bash
4 lines
75 B
Bash
|
|
if [ $commands[tailscale] ]; then
|
|
source <(tailscale completion zsh)
|
|
fi
|