Files
skel/dotfiles/profile
2018-03-11 16:21:43 -07:00

9 lines
216 B
Bash
Executable File

# Always load ENV
test -f "$HOME/.env" && . "$HOME/.env"
# Setup GREP_COLORS
export GREP_COLOR='01;31'
export GREP_COLORS='mt=01;31:mc=01;31:ms=01;31'
test -f "${HOME}/.profile.local" && . "${HOME}/.profile.local"