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
1 changed files with 1 additions and 6 deletions

View File

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