aboutsummaryrefslogtreecommitdiff
path: root/zsh/behavior.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/behavior.zsh')
-rw-r--r--zsh/behavior.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/behavior.zsh b/zsh/behavior.zsh
index 8920fad..b305c91 100644
--- a/zsh/behavior.zsh
+++ b/zsh/behavior.zsh
@@ -31,6 +31,8 @@ setopt hist_verify # load hist into command buffer rather than exec immediately
#
# term support
+# set term title appropriately based on term type
+# user@host:current_dir (current_command)
case "$TERM" in
xterm*|rxvt*)
term_preexec () {