From 39e105e2102ba0b0174d2247b2dcb528c2b56d44 Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Tue, 7 Jun 2022 22:05:42 +0800 Subject: [PATCH] =?UTF-8?q?profile:=20=E8=B0=83=E6=95=B4=20PS1=20=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CustomFiles/Depends/profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CustomFiles/Depends/profile b/CustomFiles/Depends/profile index 3e9c81c..2827578 100755 --- a/CustomFiles/Depends/profile +++ b/CustomFiles/Depends/profile @@ -73,9 +73,9 @@ export HOME=${HOME:-/root} export CONFIG=/etc/config if [ -n "${TARGET_PROFILE}" ] then - export PS1='${Green}\u${White}@${Yellow}\h(${TARGET_PROFILE})${White}:\w${Yellow}\$ ${White}' + export PS1='${Yellow}\u@\h(${TARGET_PROFILE})${White}:${Grey}\w${White}\$ ' else - export PS1='${Green}\u${White}@${Yellow}\h${White}:\w${Yellow}\$ ${White}' + export PS1='${Yellow}\u@\h${White}:${Grey}\w${White}\$ ' fi export ENV=/etc/shinit