From 023986b82748cb827c36629e5b4e63700306096d Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Sat, 18 Dec 2021 12:55:29 +0100 Subject: [PATCH] Added sourced-indicator --- export.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/export.sh b/export.sh index 2ca8801..2a1d92c 100644 --- a/export.sh +++ b/export.sh @@ -1,4 +1,5 @@ BOBBY_ROOT="$(dirname "$BASH_SOURCE")" +export PS1="\033[1;32m(bobby-sourced)\033[;0m$PS1" if [[ ! -f "${BOBBY_ROOT}/esp-idf/export.sh" ]] then