lyx_mirror/development/Win32/lyxprofile
Jean-Marc Lasgouttes eeb1a304e2 win32 port updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2840 a592a061-630c-0410-9148-cb99ea01b6c8
2001-10-04 09:57:02 +00:00

30 lines
701 B
Plaintext

# Set up your home directory (in Cygwin syntax)
export HOME="//x/YourHomeDirectory"
# Set up your Language (if you do not want English)
# export LANG=DE
# ========================================================
# Below this line you should not change anything if you're
# not familiar with configuration of an unix application!
# ========================================================
export PATH="/usr/bin:/usr/local/bin:/usr/X11R6/bin:/bin:$PATH"
export USER="`id -un`"
export DISPLAY=127.0.0.1:0.0
export MAKE_MODE=unix
unset DOSDRIVE
unset DOSDIR
unset TMPDIR
unset TMP
for i in /etc/profile.d/*.sh ; do
if [ -f $i ]; then
. $i
fi
done
cd "$HOME"
test -f ./.bashrc && . ./.bashrc