From 89e4c64e2cc17bb6e9005375040e9183276c3563 Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Mon, 20 Dec 2021 11:51:45 +0100 Subject: [PATCH] Moved export msg --- export.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export.sh b/export.sh index 2a1d92c..f9ea260 100644 --- a/export.sh +++ b/export.sh @@ -1,5 +1,4 @@ BOBBY_ROOT="$(dirname "$BASH_SOURCE")" -export PS1="\033[1;32m(bobby-sourced)\033[;0m$PS1" if [[ ! -f "${BOBBY_ROOT}/esp-idf/export.sh" ]] then @@ -54,3 +53,4 @@ export PATH=$PATH:$(pwd)/tools alias open-ide=open_ide alias switchconf=./switchconf.sh alias bobby-build="idf.py build" +export PS1="\033[1;32m(bobby-sourced)\033[;0m$PS1"