2009-10-29 9 views

Répondre

6

J'ai dans mon ~/.zshrc

case $TERM in 
    *xterm*|rxvt|(dt|k|E)term) 
     precmd() { 
      print -Pn "\033]0;%[email protected]%m : %~\007" 
     } 
     preexec() { 
      print -Pn "\033]0;%[email protected]%m : <$1>\007" 
     } 
     ;; 
esac 
+0

Votre commande ne fonctionne pas dans mon zsh 4.3.9 (i686-pc-linux- gnou). Quoi d'autre avez-vous dans votre .zshrc? –

+0

Votre terminal ne correspond-il pas à ce modèle? Que dit 'echo $ TERM'? – anthony

+0

Il dit'exterm '. –