Skip to content
Snippets Groups Projects
Commit 0a0750d5 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Allow for PS1 unset

parent fd9f1180
No related branches found
No related tags found
1 merge request!199Allow for PS1 unset
...@@ -24,7 +24,7 @@ export JUGGLER_INSTALL_PREFIX=/usr/local ...@@ -24,7 +24,7 @@ export JUGGLER_INSTALL_PREFIX=/usr/local
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:{prefix}/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:{prefix}/lib
## modify PS1 for this detector version ## modify PS1 for this detector version
export PS1="${{PS1}}" export PS1="${{PS1:-}}"
export PS1="{branch}${{PS1_SIGIL}}>${{PS1#*>}}" export PS1="{branch}${{PS1_SIGIL}}>${{PS1#*>}}"
unset branch unset branch
''' '''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment