aboutsummaryrefslogtreecommitdiffstats
path: root/ves-prompt.sh
blob: 1d7937399b737e583da0f48b1ceb6fa7ef33b12c (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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