Fix target alias: aws -> aws-vanhoa (matches ~/.ssh/config)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-22 00:35:22 +07:00
co-authored by Claude
parent b64303bb23
commit 2e126a1743
+1 -1
View File
@@ -81,7 +81,7 @@ confirm_yn() {
# -----------------------------
# Danh sách target fix cứng (alias từ ~/.ssh/config)
# -----------------------------
TARGETS=("local" "ta" "toc" "oc" "cse" "vrc" "aws" "tk" "od")
TARGETS=("local" "ta" "toc" "oc" "cse" "vrc" "aws-vanhoa" "tk" "od")
TARGET_CURSOR=0
TARGET=""