provato..ma nn và!Originariamente inviato da nik600
ciao
aggiungi questo:
se invece vuoi approfondire
http://it.tldp.org/HOWTO/Bash-Prompt-HOWTO.html
@gianiaz..mi dispiace x te ma avevo già fatto una ricerca..ma continua a nn andare!ho modificato /etc/profile in qst modo:
1. aggiunto l'export
2. modificato qst parte
codice:# Set a default shell prompt: PS1='`hostname`:`pwd`# ' #if [ "$SHELL" = "/bin/pdksh" ]; then # PS1='! $ ' #elif [ "$SHELL" = "/bin/ksh" ]; then # PS1='! ${PWD/#$HOME/~}$ ' #elif [ "$SHELL" = "/bin/zsh" ]; then # PS1='%n@%m:%~%# ' #elif [ "$SHELL" = "/bin/ash" ]; then # PS1='$ ' #else PS1="\u@\h:\w\$" #fi PS2='> ' export PATH DISPLAY LESS TERM PS1 PS2