env.sh: change the prompt in shells that source this file (#291)
This commit is contained in:
parent
380665141a
commit
43adde51e4
3
env.sh
3
env.sh
|
@ -20,5 +20,8 @@ export NIMBLE_DIR="${abs_path}/vendor/.nimble"
|
||||||
# used by nim-beacon-chain/tests/simulation/start.sh
|
# used by nim-beacon-chain/tests/simulation/start.sh
|
||||||
export BUILD_OUTPUTS_DIR="${abs_path}/build"
|
export BUILD_OUTPUTS_DIR="${abs_path}/build"
|
||||||
|
|
||||||
|
# change the prompt in shells that source this file
|
||||||
|
export PS1="${PS1%\\\$ } [Nimbus env]\\$ "
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue