Hi all,
Well, the subject is self-explainatiry, the .profile is correctly executed in 
dtterms, but not in xterms. I include it below for checking
Thanks in advance
Vincent Le Brun
|----------------------------------------------------------------|
| Vincent LE BRUN                                                |
| L.A.S du C.N.R.S.                                              |
| B.P. 8                                                         |
| 13376 MARSEILLE CEDEX 12                                       |
| Tel: (33-4) 91 05 69 78                                        |
| Fax: (33-4) 91 66 18 55                                        |
| email: lebrun_at_lasa13.astrsp-mrs.fr                             |
| 
http://www.astrsp-mrs.fr/www_root/private/vlebrun/vlebrun.html |
|----------------------------------------------------------------|
# 
# *****************************************************************
# *                                                               *
# *    Copyright (c) Digital Equipment Corporation, 1991, 1996    *
# *                                                               *
# *   All Rights Reserved.  Unpublished rights  reserved  under   *
# *   the copyright laws of the United States.                    *
# *                                                               *
# *   The software contained on this media  is  proprietary  to   *
# *   and  embodies  the  confidential  technology  of  Digital   *
# *   Equipment Corporation.  Possession, use,  duplication  or   *
# *   dissemination of the software and media is authorized only  *
# *   pursuant to a valid written license from Digital Equipment  *
# *   Corporation.                                                *
# *                                                               *
# *   RESTRICTED RIGHTS LEGEND   Use, duplication, or disclosure  *
# *   by the U.S. Government is subject to restrictions  as  set  *
# *   forth in Subparagraph (c)(1)(ii)  of  DFARS  252.227-7013,  *
# *   or  in  FAR 52.227-19, as applicable.                       *
# *                                                               *
# *****************************************************************
#
# HISTORY
# 
# _at_(#)$RCSfile: .profile,v $ $Revision: 4.1.7.2 $ (DEC) $Date: 1995/06/02 
21:10:58 $ 
# 
PATH=$HOME/bin:${PATH:-/usr/bin:.}:/data/soft/bin:/usr/local/bin
export PATH
if [ ! "$DT" ]; then
        stty dec
        tset -I -Q
fi
PS1="`hostname`> "
MAIL=/usr/spool/mail/$USER
export VISUAL=emacs
export PRINTER=qms0ps
alias ls='ls -al'
alias rm='rm -i'
alias qms0ps='lpr -Pqms0ps'
alias qmscou='lpr -Pqmscou'
alias dir='ls -alx | more'
alias ddir='ls | grep dr'
alias dvips2='dvips -o \!*.ps \!* '
alias dvipsl='dvips -t landscape '
alias dvipsl2='dvips -t landscape -o \!*.ps \!* '
alias for='f77 -o \!*.exe \!*.for '
alias fmid='f77 -o ~/bin/\!*.exe \!*.for $MIDPATH/lib/libmidas.a '
alias gho='ghostview -a4 -quiet \!*.ps &'
alias ghol='ghostview -a4 -landscape \!*.ps &'
alias home='cd $home'
alias lo='logout'
alias log='vi ~/midwork/FORGR11.LOG'
alias mid='cd ~/midwork'
alias ne='cd ../\!*'
alias up='cd ..'
alias rename='~/bin/rename'
#config de TEX
. /data/soft/tex/local/lib/texmf/bin/texenv.sh
umask 022			# protection standart des fichiers crees
date
Received on Fri Nov 27 1998 - 10:53:59 NZDT