From 896b75f2d5a25e30aad5198a4e6e3d6f2a4f67e4 Mon Sep 17 00:00:00 2001 From: Simon May <simon.may@mpa-garching.mpg.de> Date: Wed, 12 Jun 2019 14:08:40 +0200 Subject: [PATCH] Enable color prompt in screen --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 3af4855..e2a3c63 100644 --- a/.bashrc +++ b/.bashrc @@ -39,7 +39,7 @@ HISTTIMEFORMAT='%F %T ' # set PS1 case "$TERM" in - xterm-color|*-256color) color_prompt=yes;; + xterm-color|*-256color|screen) color_prompt=yes;; esac if [ "$color_prompt" = yes ]; then PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' -- GitLab