1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

feat(tailscale): new tailscale plugin (#12523)

This commit is contained in:
Luke Ashe-Browne
2024-08-28 23:01:36 +01:00
committed by GitHub
parent c80050d6f5
commit e2ba73af63
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
if [ $commands[tailscale] ]; then
source <(tailscale completion zsh)
fi