On Jun 21, Juan Carlos Muro wrote ^^^^^^^ Your date is set wrongly! > - How can I do for the files and folders' colours to appear?
eval `/usr/bin/dircolors` alias ls='ls --color=auto' alias dir='ls -l' alias sl='ls' alias ll='ls -al' > - How can I do the PWD to appear in the 'prompt'? if [ $TERM = xterm ] ; then export PS1='\[\033]2;$HOSTNAME \w\007\033[32m\]\w\$\[\033[37m\] ' else export PS1='\[\033[32m\]\w\$\[\033[37m\] ' fi > I'm very thankfull, and excuse that I wrote this message before in > Spanish. No problemo :-) Adrian email: [EMAIL PROTECTED] | Artificial intelligence - the http://www.poboxes.com/adrian.bridgett | art of making computers act PGP key available on public key servers | like those in the movies -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

