From 860d096ad7ea024124ec6926a6968d25db59c2d2 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Tue, 27 Feb 2024 21:35:03 +0100 Subject: Some small tweaks --- Common/bashrc.m4 | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'Common/bashrc.m4') diff --git a/Common/bashrc.m4 b/Common/bashrc.m4 index b1d8c67..54e287b 100644 --- a/Common/bashrc.m4 +++ b/Common/bashrc.m4 @@ -49,17 +49,8 @@ shopt -s checkwinsize # match all files and zero or more directories and subdirectories. #shopt -s globstar -# set a fancy prompt (non-color, unless we know we "want" color) -case "$TERM" in - xterm-color|*-256color) color_prompt=yes;; -esac - -if [ "$color_prompt" = yes ]; then - PS1='\[\033[01;34m\]\w\[\033[00m\]\$ ' -else - PS1='\w\$ ' -fi -unset color_prompt +# Prompt +PS1='\w\$ ' # enable color support of ls and also add handy aliases if [ -x /usr/bin/dircolors ]; then -- cgit v1.2.3