From c4c38a69db5149176c4137e57b1ff39938f038dd Mon Sep 17 00:00:00 2001 From: Lucy Phipps Date: Fri, 11 Dec 2020 19:30:14 +0000 Subject: [PATCH] default bashrc: less needless escapes --- packages/bash/etc-bash.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/bash/etc-bash.bashrc b/packages/bash/etc-bash.bashrc index a9224bb47..9ad0a900a 100644 --- a/packages/bash/etc-bash.bashrc +++ b/packages/bash/etc-bash.bashrc @@ -8,11 +8,11 @@ # - Do not save duplicated commands. shopt -s histappend shopt -s histverify -export HISTCONTROL="ignoreboth" +export HISTCONTROL=ignoreboth # Default command line prompt. PROMPT_DIRTRIM=2 -PS1="\\[\\e[0;32m\\]\\w\\[\\e[0m\\] \\[\\e[0;97m\\]\\$\\[\\e[0m\\] " +PS1='\[\e[0;32m\]\w\[\e[0m\] \[\e[0;97m\]\$\[\e[0m\] ' # Handles nonexistent commands. # If user has entered command which invokes non-available