52df46e416f5
More
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 16 Jan 2020 11:27:08 -0500 |
parents | edcb4fbe993b |
children | 20e6b1f3b43e |
branches/tags | (none) |
files | servers/bash_profile |
Changes
--- a/servers/bash_profile Thu Jan 16 10:45:52 2020 -0500 +++ b/servers/bash_profile Thu Jan 16 11:27:08 2020 -0500 @@ -22,10 +22,9 @@ export EDITOR=vim -D=$'\e[0m' +D=$'\e[37m' PINK=$'\e[35m' GREEN=$'\e[32m' ORANGE=$'\e[33m' -export PS1='\n${PINK}\u ${D}at ${ORANGE}\h ${D}in ${GREEN}\ -${D}\n$ ' +export PS1='\n${PINK}\u ${D}at ${ORANGE}\h ${D}in ${GREEN}\w${D}\n$ '