]> git.lyx.org Git - lyx.git/blob - development/Win32/lyxprofile
turn proof of concept from Juergen into fix for #214
[lyx.git] / development / Win32 / lyxprofile
1 # Set up your home directory (in Cygwin syntax)
2 export HOME="//x/YourHomeDirectory"
3
4 # Set up your Language (if you do not want English)
5 # export LANG=DE
6
7 # ========================================================
8 # Below this line you should not change anything if you're
9 # not familiar with configuration of an unix application!
10 # ========================================================
11 export PATH="/usr/bin:/usr/local/bin:/usr/X11R6/bin:/bin:$PATH"
12 export USER="`id -un`"
13 export DISPLAY=127.0.0.1:0.0
14 export MAKE_MODE=unix
15
16 unset DOSDRIVE
17 unset DOSDIR
18 unset TMPDIR
19 unset TMP
20
21 for i in /etc/profile.d/*.sh ; do
22   if [ -f $i ]; then
23     . $i
24   fi
25 done
26
27 cd "$HOME"
28
29 test -f ./.bashrc && . ./.bashrc