]> git.lyx.org Git - lyx.git/blob - development/Win32/lyxprofile
os:: patch from Ruurd + bindings display fix
[lyx.git] / development / Win32 / lyxprofile
1 PATH="/usr/local/lyx/bin:/usr/local/bin:/usr/X11R6/bin:/usr/bin:/bin:$PATH"
2 unset DOSDRIVE
3 unset DOSDIR
4 unset TMPDIR
5 unset TMP
6
7 USER="`id -un`"
8
9 # Set up USER's home directory; no spaces allowed in the path!
10 export HOME=//c/Docs/Lyx
11
12 export USER PATH
13
14 for i in /etc/profile.d/*.sh ; do
15   if [ -f $i ]; then
16     . $i
17   fi
18 done
19
20 export DISPLAY=localhost:0
21
22 export MAKE_MODE=unix
23
24
25 cd "$HOME"
26
27 test -f ./.bashrc && . ./.bashrc