This commit is contained in:
2022-08-15 21:21:53 +08:00
parent 3c63b5d2d6
commit 3aefa2bb5c
2 changed files with 6 additions and 4 deletions

View File

@@ -16,9 +16,9 @@ RBASH_REPO="penguin/utils"
RBASH_PATH="bash"
RBASH_MERGED="$RBASH_SOURCES/merged"
RHOSTNAME="<HOSTNAME>"
RDOMAIN="<DOMAIN>"
RCOLOR="<RCOLOR>"
RHOSTNAME="Penguins-Mac-Studio"
RDOMAIN="@local"
RCOLOR="4"
if [ $RHOSTNAME == "<HOSTNAME"">" ]; then
RHOSTNAME=$( hostname -s )
@@ -309,5 +309,5 @@ ___DEFAULT___
chmod 600 "$RBASH_CONFIG"
fi
ource "$RBASH_CONFIG"
source "$RBASH_CONFIG"
unset _RBASH_MERGE_START