#!/bin/sh if [ $# -lt 1 ]; then sym="VENV" else sym="$1" fi if [ ! -z "$SHVES_ENV_NM" ]; then printf "(%s %s)" "$sym" "$VES_ENV_NM" fi