2019-10-16 14:54:00 +02:00
|
|
|
# Sample .profile for SUSE Linux
|
2007-12-12 22:07:41 +01:00
|
|
|
# rewritten by Christian Steinruecken <cstein@suse.de>
|
|
|
|
#
|
|
|
|
# This file is read each time a login shell is started.
|
|
|
|
# All other interactive shells will only read .bashrc; this is particularly
|
|
|
|
# important for language settings, see below.
|
|
|
|
|
2008-04-02 19:12:06 +02:00
|
|
|
test -z "$PROFILEREAD" && . /etc/profile || true
|
2007-12-12 22:07:41 +01:00
|
|
|
|
|
|
|
# Most applications support several languages for their output.
|
|
|
|
# To make use of this feature, simply uncomment one of the lines below or
|
|
|
|
# add your own one (see /usr/share/locale/locale.alias for more codes)
|
2008-04-02 19:12:06 +02:00
|
|
|
# This overwrites the system default set in /etc/sysconfig/language
|
|
|
|
# in the variable RC_LANG.
|
2007-12-12 22:07:41 +01:00
|
|
|
#
|
|
|
|
#export LANG=de_DE.UTF-8 # uncomment this line for German output
|
|
|
|
#export LANG=fr_FR.UTF-8 # uncomment this line for French output
|
|
|
|
#export LANG=es_ES.UTF-8 # uncomment this line for Spanish output
|
|
|
|
|
2019-10-16 14:54:00 +02:00
|
|
|
# Some applications read the EDITOR variable to determine your favourite text
|
|
|
|
# editor. So uncomment the line below and enter the editor of your choice :-)
|
|
|
|
#export EDITOR=/usr/bin/vim
|
|
|
|
#export EDITOR=/usr/bin/mcedit
|
|
|
|
|
|
|
|
# For some news readers it makes sense to specify the NEWSSERVER variable here
|
|
|
|
#export NEWSSERVER=your.news.server
|
2007-12-12 22:07:41 +01:00
|
|
|
|
|
|
|
# Some people don't like fortune. If you uncomment the following lines,
|
|
|
|
# you will have a fortune each time you log in ;-)
|
|
|
|
|
|
|
|
#if [ -x /usr/bin/fortune ] ; then
|
|
|
|
# echo
|
|
|
|
# /usr/bin/fortune
|
|
|
|
# echo
|
|
|
|
#fi
|