[vte] vte.sh: Change the title in zsh too, as we do in bash



commit ded24c01de5999ea8e71c4804053e478de38b160
Author: Egmont Koblinger <egmont gmail com>
Date:   Sun Jan 18 18:15:19 2015 +0100

    vte.sh: Change the title in zsh too, as we do in bash
    
    https://bugzilla.gnome.org/show_bug.cgi?id=743073

 src/vte.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vte.sh b/src/vte.sh
index 65f1679..f6d2b12 100644
--- a/src/vte.sh
+++ b/src/vte.sh
@@ -58,7 +58,7 @@ __vte_prompt_command() {
 case "$TERM" in
   xterm*|vte*)
     [ -n "$BASH_VERSION" ] && PROMPT_COMMAND="__vte_prompt_command" 
-    [ -n "$ZSH_VERSION"  ] && precmd_functions+=(__vte_osc7)
+    [ -n "$ZSH_VERSION"  ] && precmd_functions+=(__vte_prompt_command)
     ;;
 esac
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]