comment donner nom à mon terminal?

comment donner nom à mon terminal? - Codes et scripts - Linux et OS Alternatifs

Marsh Posté le 26-10-2005 à 00:27:21    

bonjour tout le monde,
j'aimerais bien savoir comment donner un nom à mon terminal.
exp:en ouvrons un terminal je veux qu'il affiche sur la barre de titre mon nom d'utilisateur ainsi que le numero du terminal ensuite en ouvrons un deuxieme il va incrementer le numero du terminal et ainsi de suite.
comme ça je peux reperer mes terminaux.
merci

Reply

Marsh Posté le 26-10-2005 à 00:27:21   

Reply

Marsh Posté le 26-10-2005 à 08:27:23    

extrait de mon zshrc :


case $TERM in
    *xterm*|(u|dt|k|E)term)
    ## display user@host and full dir in *term title
    precmd () {
 print -Pn  "\033]0;%~\007"
# print -Pn  "\033]0;[%n:%~] (%l\007"
        #print -Pn "\033]0;%n@%m%#  %~ %l  %w :: %T\a" ## or use this
    }
## display user@host and name of current process in *term title
    preexec () {
 print -Pn "\033]0;%n@%m <$1> %~ (%l)\007"
        #print -Pn "\033]0;%n@%m%#  <$1>  %~ %l  %w :: %T\a" ## or use this
    }
    ;;
esac


---------------
uptime is for lousy system administrators what Viagra is for impotent people - mes unixeries - github me
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed