diff options
author | June McEnroe <june@causal.agency> | 2019-01-13 18:58:08 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-13 18:58:08 -0500 |
commit | 75792da4af7b04421cc6ec8310e17322b282a5e0 (patch) | |
tree | 39f11663871a38e6069ce049d6fe2443bd4c2639 /home/.config/cash | |
parent | Add PS0 (diff) | |
download | src-75792da4af7b04421cc6ec8310e17322b282a5e0.tar.gz src-75792da4af7b04421cc6ec8310e17322b282a5e0.zip |
Set PS0 in cash
Diffstat (limited to '')
-rw-r--r-- | home/.config/cash/env.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.config/cash/env.sh b/home/.config/cash/env.sh index 32733a8a..450bb4b8 100644 --- a/home/.config/cash/env.sh +++ b/home/.config/cash/env.sh @@ -38,5 +38,6 @@ 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}" |