aboutsummaryrefslogtreecommitdiff
path: root/Common
diff options
context:
space:
mode:
Diffstat (limited to 'Common')
-rw-r--r--Common/bashrc.m413
1 files changed, 2 insertions, 11 deletions
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