From 1befd1579397e822939fd0df83ef2d76bd55584c Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 15 Jan 2019 15:57:06 -0500 Subject: Use \$ in cash PS1 and add # to RPS1 --- home/.config/cash/env.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/.config/cash/env.sh b/home/.config/cash/env.sh index 683ca26b..13482946 100644 --- a/home/.config/cash/env.sh +++ b/home/.config/cash/env.sh @@ -34,10 +34,11 @@ alias rand='openssl rand -base64 33' alias private='eval "$(gpg -d ~/.private)"' [ "$(uname)" = 'Linux' ] && alias ls='ls --color=auto' grep='grep --color' +af0=$(tput setaf 0 || tput AF 0) af7=$(tput setaf 7 || tput AF 7) sgr0=$(tput sgr0 || tput me) PSlit=$'\1' [ "${TERM%-*}" = 'xterm' ] && PS0=$'\e]0;\\W\a\n' || PS0=$'\n' -PS1="${PSlit}${af7}${PSlit}\$${PSlit}${sgr0}${PSlit} " -RPS1="${PSlit}${af7}${PSlit}\\w${PSlit}${sgr0}${PSlit}" +PS1="${PSlit}${af7}${PSlit}\\\$${PSlit}${sgr0}${PSlit} " +RPS1="${PSlit}${af0}${PSlit}# ${PSlit}${af7}${PSlit}\\w${PSlit}${sgr0}${PSlit}" -- cgit 1.4.1