Skip to content
Snippets Groups Projects
Commit 6234ad10 authored by Juntong Liu's avatar Juntong Liu
Browse files

Change just add e3 Info to existing shell prompt

parent 0de7f06a
No related branches found
No related tags found
1 merge request!40E3-341: Improve the shell prompt to display e3 info
......@@ -355,4 +355,4 @@ echo
BASE_version=$(echo "${EPICS_BASE##*/}" | awk -F '-' '{print $2}')
export PS1="\[\033[33m\]\u\[\033[m\] @ Base:$BASE_version Req:$E3_REQUIRE_VERSION \[\033[33;1m\] \w\[\033[m\]\$ "
export PS1="(B:$BASE_version R:$E3_REQUIRE_VERSION) $PS1 "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment