dotfiles/getenv.sh

9 lines
96 B
Bash
Raw Normal View History

#!/bin/bash
if [ ! -f ~/.env ] ; then
cat << EOF >> ~/.env
SERV_COLOR="32"
USER="$USER"
EOF
fi