forked from colonelpanic/dotfiles
tweaks to make no sandbox show at the appropriate time only.
This commit is contained in:
@@ -22,7 +22,7 @@ function git_status_character() {
|
||||
}
|
||||
|
||||
function sandbox_prompt() {
|
||||
if [ ! -z $(sandbox_prompt_info) ];
|
||||
if [ ! -z "$(sandbox_prompt_info)" ];
|
||||
then
|
||||
echo " %{$FG[239]%}with $(colored_sandbox_string)%{$reset_color%}"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user