1
0
Fork 0

do not force color

This commit is contained in:
VirtuBox 2018-10-30 01:33:41 +01:00
parent 5a746fd1b3
commit 667b141869
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ case "$TERM" in
xterm-color) color_prompt=yes ;;
esac
force_color_prompt=yes
#force_color_prompt=yes
if [ -n "$force_color_prompt" ]; then
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then