summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-13 18:58:08 -0500
committerJune McEnroe <june@causal.agency>2019-01-13 18:58:08 -0500
commit75792da4af7b04421cc6ec8310e17322b282a5e0 (patch)
tree39f11663871a38e6069ce049d6fe2443bd4c2639 /home
parentAdd PS0 (diff)
downloadsrc-75792da4af7b04421cc6ec8310e17322b282a5e0.tar.gz
src-75792da4af7b04421cc6ec8310e17322b282a5e0.zip
Set PS0 in cash
Diffstat (limited to 'home')
-rw-r--r--home/.config/cash/env.sh1
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}"