From 7a987ba1a7625052a50d9c7c87dcc89de562e931 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Sun, 17 Mar 2024 02:47:08 +0900 Subject: [PATCH] .bash_aliases: tailscale (temporary) Signed-off-by: Yongmin Hong --- .bash_aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bash_aliases b/.bash_aliases index 480a3bd..6f6fd83 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -15,3 +15,5 @@ alias py='python3' # Python2 as py2 alias py2='python' +# tailscale (temporary) +alias tailscale='$HOME/go/bin/tailscale'