aboutsummaryrefslogtreecommitdiff
path: root/zsh/behavior.zsh
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2011-03-02 16:21:53 -0500
committerMatt Singleton <matthew.j.singleton@gmail.com>2011-03-02 16:21:53 -0500
commitc2d7de102781a8528966c881feb4bb3a0798e238 (patch)
tree140c0d90e6221b91a882c3a5d5ab6d2b2317b6bb /zsh/behavior.zsh
parentaf1fce1b01852c3d5bf7514ea4984c3f6b0474e6 (diff)
commenting
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 () {