aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 92b8592..84b4ae6 100644
--- a/zshrc
+++ b/zshrc
@@ -87,7 +87,7 @@ add-zsh-hook preexec lrbell_begin
add-zsh-hook precmd lrbell_end
################################################################
case "$TERM" in
- xterm*|*rxvt*)
+ xterm*|*rxvt*|*st*)
precmd() {
print -Pn "\e]0;%n@%m:%~ %(1j,%j job%(2j|s|) ,)\a"
}