summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-13 20:19:33 -0500
committerJune McEnroe <june@causal.agency>2019-01-13 20:19:33 -0500
commit15905681266dc2452e2608e7fbbbcff058e4469b (patch)
tree71377cf8a5cec64613792d33e6ea9af08d357f11 /home
parentShorten $HOME to ~ in prompt expansion (diff)
downloadsrc-15905681266dc2452e2608e7fbbbcff058e4469b.tar.gz
src-15905681266dc2452e2608e7fbbbcff058e4469b.zip
Show full path in RPS1
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}"