From 5cce2744e484d6d7026795dd6a0511290b2ef7ae Mon Sep 17 00:00:00 2001 From: wuqi Date: Mon, 30 Oct 2023 14:33:56 +0800 Subject: [PATCH] add ycompany --- .rc.func.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.rc.func.sh b/.rc.func.sh index b6eb629..dc0f110 100644 --- a/.rc.func.sh +++ b/.rc.func.sh @@ -51,3 +51,8 @@ function pstat() { echo "\033[31m代理关闭\033[0m" fi } + +function ycompany() { + yadm config local.class company + yadm alt +}