Le Dimanche 13 Octobre 2002 17:53, Troumad a �crit :
> Normalement, � la fin de ton fichier ~/.bashrc, tu as :
>
> # Source global definitions
> if [ -f /etc/bashrc ]; then
>         . /etc/bashrc
>
>
> Ceci renvoie au fichier /etc/bashrc o� tu dois trouver :
>
> if [ "$PS1" ]; then
>     case $TERM in
>         xterm*)
>             PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}:
> ${PWD}\007"'
>             ;;
>         *)
>             ;;
>     esac
>     [ "$PS1" = "\\s-\\v\\\$ " ] && PS1="[\u@\h \W]\\$ "
>
>     if [ -z "$loginsh" ]; then # We're not a login shell
>         for i in /etc/profile.d/*.sh; do
>             if [ -x $i ]; then
>                 . $i
>             fi
>         done
>     fi
> fi
>
>
>
> C'est la ligne prompt qui devrait faire �a.
>
> gautier coudevylle wrote:


bonjour troumad, j'ai le m�me fichier que toi lettre pout lettre.


Vous souhaitez acquerir votre Pack ou des Services MandrakeSoft?
Rendez-vous sur "http://www.mandrakestore.com";

Répondre à