mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-01-01 11:19:17 +01:00
5 lines
75 B
Bash
5 lines
75 B
Bash
|
|
||
|
if [ $commands[tailscale] ]; then
|
||
|
source <(tailscale completion zsh)
|
||
|
fi
|