Reduce bash prompt

...as bash doesn't handle color very well
This commit is contained in:
Valentin Gehrke 2018-01-23 14:56:20 +01:00
parent 490823ee10
commit b451fe22e6

View file

@ -1,8 +1,3 @@
export EDITOR=vim export EDITOR=vim
RED="\e[31m" export PS1="\u \w >"
YELLOW="\e[33m"
GREEN="\e[32m"
RESET="\e[0m"
export PS1="$RED\u$YELLOW@$GREEN\h$YELLOW \w > $RESET"