summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-15 15:57:06 -0500
committerJune McEnroe <june@causal.agency>2019-01-15 15:57:06 -0500
commit1befd1579397e822939fd0df83ef2d76bd55584c (patch)
tree7b2f716cdd22baec0d464660d4eda331c4742668
parentUse flock(2) when loading and saving history (diff)
downloadsrc-1befd1579397e822939fd0df83ef2d76bd55584c.tar.gz
src-1befd1579397e822939fd0df83ef2d76bd55584c.zip
Use \$ in cash PS1 and add # to RPS1
-rw-r--r--home/.config/cash/env.sh5
1 files changed, 3 insertions, 2 deletions
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}"
=7699681b6a6f056e04cb799cdfa0d3e0db370fa2&follow=1'>Set LANG in cgit filtersJune McEnroe 2019-12-20Source .editrc before applying -v or -eJune McEnroe 2019-12-20Disable signing commitsJune McEnroe 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe 2019-12-16Post "cgit setup"June McEnroe