From ea50941cc3d3b829104dac8581ae0a9b1a48bb54 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 13 Jan 2019 14:46:01 -0500 Subject: Use colours in cash prompts --- home/.config/cash/cashrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'home') diff --git a/home/.config/cash/cashrc b/home/.config/cash/cashrc index cefa0321..573d7c2d 100644 --- a/home/.config/cash/cashrc +++ b/home/.config/cash/cashrc @@ -33,4 +33,9 @@ alias gr='git rebase' gra='gr --abort' grc='gr --continue' grs='gr --skip' alias rand='openssl rand -base64 33' alias private='eval "$(gpg -d ~/.private)"' -RPS1='\W' +af7=$(tput setaf 7 || tput AF 7) +sgr0=$(tput sgr0 || tput me) + +PSlit=$'\1' +PS1="${PSlit}${af7}${PSlit}\$${PSlit}${sgr0}${PSlit} " +RPS1="${PSlit}${af7}${PSlit}\\W${PSlit}${sgr0}${PSlit}" -- cgit 1.4.1