default bashrc: less needless escapes

This commit is contained in:
Lucy Phipps 2020-12-11 19:30:14 +00:00 committed by Leonid Pliushch
parent a50528e9af
commit c4c38a69db
1 changed files with 2 additions and 2 deletions

View File

@ -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