From 128b998bd2441987649a62c342339dbec8cff308 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Mon, 12 May 2014 11:46:00 -0700 Subject: [PATCH] selenium sandbox PS1 detection --- zsh-files/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh-files/zshrc b/zsh-files/zshrc index 035bf5f..6880295 100644 --- a/zsh-files/zshrc +++ b/zsh-files/zshrc @@ -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%}"