Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 474 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 474 Bytes

Zsh Plugin For Tailscale

tailscale auto-completion plugin for zsh

How to use?

  1. First, clone this lib into oh-my-zsh custom plugin directory
git clone https://github.com/hsrzq/PluginForTailscale.git ~/.oh-my-zsh/custom/plugins/tailscale
  1. Second, edit oh-my-zsh config file ~/.zshrc, add tailscale into plugins, it maybe like below:
plugins=(
  ...
  tailscale
  ...
)
  1. And finally, just refresh your zsh
omz reload