updated .env to include term colors to comment out for root or normal user

This commit is contained in:
Brendan McDevitt 2016-11-18 06:50:09 -06:00
parent 6922ddea9f
commit 1cc527954b

9
.env
View file

@ -1,6 +1,13 @@
# Enviroment Variables
export PATH=$PATH:$HOME/bin
export PS1="\[\e[32m\]\u\[\e[m\]@\H\[\e[36m\][\[\e[m\]\[\e[33m\]\w\[\e[m\]\[\e[36m\]]\[\e[m\]: "
# Terminal color
# green@white[abspath]
#export PS1="\[\e[32m\]\u\[\e[m\]@\H\[\e[36m\][\[\e[m\]\[\e[33m\]\w\[\e[m\]\[\e[36m\]]\[\e[m\]: "
# red@white[abspath]
export PS1="\[\e[31m\]\u\[\e[m\]@\H\[\e[36m\][\[\e[m\]\[\e[33m\]\w\[\e[m\]\[\e[36m\]]\[\e[m\]: "
export EDITOR=vim
export HISTTIMEFORMAT="%d/%m/%y %T "