From d0194b923212687fd982960770393bf44eeb90b2 Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Tue, 18 Feb 2025 23:49:50 -0600 Subject: [PATCH] bashrc: Colorful PS1 on "linux" TERM --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 80e38f5..eb24255 100644 --- a/.bashrc +++ b/.bashrc @@ -8,7 +8,7 @@ HISTSIZE=10000 HISTFILESIZE=900000 case ${TERM} in - xterm*|rxvt*|Eterm|aterm|kterm|gnome*|alacritty*|tmux-256color) + xterm*|rxvt*|Eterm|aterm|kterm|gnome*|alacritty*|tmux-256color|linux) PS1='\[\033]2;\h:\W \u\007\]\h:\[\033[38;5;219m\]\W\[\033[00m\] \[\033[01;35m\]\u\[\033[00m\]\$ ' ;; *)