diff --git a/1.sh b/1.sh index 8b58250..12c68d7 100644 --- a/1.sh +++ b/1.sh @@ -94,7 +94,9 @@ alias dup='docker compose up --remove-orphans' alias dps='docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Size}}"' EOF - print_yellow "别名配置已完成,请执行 source /root/.bashrc 使配置生效" + print_yellow "别名配置已完成" + print_yellow "请执行以下命令使配置生效:" + print_yellow "source /root/.bashrc" } modify_authorized_keys