.env made \w for absolute path in PS1

This commit is contained in:
Brendan McDevitt 2016-10-20 05:13:22 -05:00
parent 71072945e7
commit 0c27a39162

2
.env
View file

@ -1,6 +1,6 @@
# 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\]: "
export PS1="\[\e[32m\]\u\[\e[m\]@\H\[\e[36m\][\[\e[m\]\[\e[33m\]\w\[\e[m\]\[\e[36m\]]\[\e[m\]: "
export EDITOR=vim