From 24ebce51009c2d1d4481aa880dd7efb3062853c1 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 27 Dec 2022 19:12:25 -0500 Subject: [PATCH] Update '.bashrc' --- .bashrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.bashrc b/.bashrc index 2028c6e..b3bcbab 100644 --- a/.bashrc +++ b/.bashrc @@ -25,14 +25,12 @@ if [ -z "${arch_chroot:-}" ] && [ -r /etc/arch_chroot ]; then fi # set a fancy prompt (non-color, unless we know we "want" color) -case "$TERM" in - xterm-color|*-256color) color_prompt=yes;; -esac +export TERM=xterm-color # uncomment for a colored prompt, if the terminal has the capability; turned # off by default to not distract the user: the focus in a terminal window # should be on the output of commands, not on the prompt -#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