Reduce bash prompt
...as bash doesn't handle color very well
This commit is contained in:
parent
490823ee10
commit
b451fe22e6
1 changed files with 1 additions and 6 deletions
|
@ -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 >"
|
||||
|
|
Loading…
Reference in a new issue