Skip to content

Commit b0d5230

Browse files
committed
Adds (uvcdat) at beginning of prompt
1 parent 8c3eabe commit b0d5230

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMake/cdat_modules_extra/setup_runtime.sh.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ library_paths=( @SETUP_LIBRARY_PATHS@ )
3535
python_paths=( @SETUP_PYTHON_PATHS@ )
3636
executable_paths=( @SETUP_EXECUTABLE_PATHS@ )
3737

38+
if [ -z "$UVCDAT_DISABLE_PROMPT" ] ; then
39+
export PS1="(uvcdat)$PS1"
40+
fi
41+
3842
if [ -d '@QT_LIB_DIR@' ] ; then
3943
LD_LIBRARY_PATH='@QT_LIB_DIR@:'"${LD_LIBRARY_PATH}"
4044
fi

0 commit comments

Comments
 (0)