aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index f36391e..0b7cf08 100644
--- a/bashrc
+++ b/bashrc
@@ -37,7 +37,7 @@ function settitle {
echo -ne "\033]0;`whoami`@`hostname`:`pwd`\007"
}
case "$TERM" in
- xterm*|*rxvt*)
+ xterm*|*rxvt*|*st*)
trap 'settitle' DEBUG
;;
esac