From b83f4fa69709754c087e66c5e92fc56307a96dc7 Mon Sep 17 00:00:00 2001 From: Li Tang Date: Mon, 30 Mar 2026 10:08:34 +0800 Subject: [PATCH] chore: add tailscale cli Signed-off-by: Li Tang --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 39f1056..1d74f8f 100644 --- a/.zshrc +++ b/.zshrc @@ -326,6 +326,7 @@ alias python='python3' alias pip='pip3' alias sed='gsed' alias grep='ggrep' +alias tailscale="/Applications/Tailscale.app/Contents/MacOS/Tailscale" alias cc='claude --append-system-prompt-file ~/.config/opencode/AGENTS.md --model claude-opus-4.6' alias oc='opencode'