selenium sandbox PS1 detection
This commit is contained in:
parent
58b14ca461
commit
128b998bd2
1 changed files with 3 additions and 0 deletions
|
|
@ -80,6 +80,9 @@ function in_sandbox {
|
|||
if [ ! -z "${YELP_IN_SANDBOX}" ]; then
|
||||
echo " (sandbox)"
|
||||
fi
|
||||
if [ ! -z "${SELENIUM_PORT}" ]; then
|
||||
echo " (selenium)"
|
||||
fi
|
||||
}
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_AHEAD=" %{$YELLOW%}⇈%{$RESET_COLOR%}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue