diff --git a/getenv.sh b/getenv.sh index aeaca5d..24c16cb 100644 --- a/getenv.sh +++ b/getenv.sh @@ -2,7 +2,7 @@ if [ ! -f ~/.env ] ; then cat << EOF >> ~/.env -SERV_COLOR="32" USER="$USER" +SERV_COLOR="${1:-32}" EOF fi