summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/.config/cash/env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.config/cash/env.sh b/home/.config/cash/env.sh
index 450bb4b8..683ca26b 100644
--- a/home/.config/cash/env.sh
+++ b/home/.config/cash/env.sh
@@ -40,4 +40,4 @@ 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}"
+RPS1="${PSlit}${af7}${PSlit}\\w${PSlit}${sgr0}${PSlit}"
er-highlight'> 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe Their %-prefixed directives should probably be highlighted Macro. 2019-05-10Use val instead of suboptargJune McEnroe suboptarg doesn't exist in GNU. Hopefully BSD getsubopt also sets val on failure? 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe Need to do some stuff in the Makefile for lex and yacc and generating HTML pages for it. 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe