mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
4 lines
75 B
Bash
4 lines
75 B
Bash
|
|
if [ $commands[tailscale] ]; then
|
|
source <(tailscale completion zsh)
|
|
fi
|