dotfiles/.env
2016-10-15 08:34:21 -05:00

7 lines
137 B
Bash

# Enviroment Variables
# Path variable
export PATH=$PATH:$HOME/bin
# Bash prompt color - green
export PS1="\e[0;32m[\u@\h \W]\$ \e[m "