summaryrefslogtreecommitdiff
path: root/plugins/tailscale/README.md
blob: be5a62137682c345988ea5658bea741fd13850a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# tailscale

This plugin provides completion for [tailscale](https://tailscale.com/) (Easy software-defined networks using an implementation of wireguard).

To use it, add `tailscale` to the plugins array in your zshrc file.

```
plugins=(... tailscale)
```

**Author:** [@lukeab](https://github.com/lukeab)