2026-03-06 11:57:24 +01:00
|
|
|
# shellcheck shell=bash
|
|
|
|
|
# shellcheck disable=SC1090
|
2026-03-06 12:05:05 +01:00
|
|
|
# Tab completion for Tailscale, a mesh VPN for connecting devices
|
2026-03-06 11:57:24 +01:00
|
|
|
command -v tailscale &>/dev/null && . <(tailscale completion bash)
|