diff options
author | June McEnroe <june@causal.agency> | 2019-01-13 20:19:33 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-13 20:19:33 -0500 |
commit | 1787a40a091a01da8a7c5287870510ce688470d9 (patch) | |
tree | 2a04a888b7631ec4ca8eb52931e9f73f0ef78d39 /home | |
parent | Shorten $HOME to ~ in prompt expansion (diff) | |
download | src-1787a40a091a01da8a7c5287870510ce688470d9.tar.gz src-1787a40a091a01da8a7c5287870510ce688470d9.zip |
Show full path in RPS1
Diffstat (limited to 'home')
-rw-r--r-- | home/.config/cash/env.sh | 2 |
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}" |