summary refs log tree commit diff
path: root/home/.config/cash
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/cash')
-rw-r--r--home/.config/cash/cashrc7
1 files changed, 6 insertions, 1 deletions
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}"
=1'>Makefile: remove CGIT-CFLAGS files in clean stageJason A. Donenfeld 2013-03-20ui-summary.c: Move urls variable into print_urls()Lukas Fleischer 2013-03-20Fix colspan valuesLukas Fleischer 2013-03-20html: check return value of writeJason A. Donenfeld 2013-03-20ui-shared: squelch compiler warning.Jason A. Donenfeld 2013-03-20cgit.mk: Use SHELL_PATH_SQ to run gen-version.shJohn Keeping 2013-03-20cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping 2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping 2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping