]> git.lyx.org Git - lyx.git/blobdiff - development/Win32/lyxprofile
ws change
[lyx.git] / development / Win32 / lyxprofile
index 9bfa4a8a1fa5c1c9a13a2c43bfb45c216fe7edfa..0a64a188b2edcd97494d0229b120bcf704b4c31c 100644 (file)
@@ -1,27 +1,29 @@
-PATH="/usr/local/lyx/bin:/usr/local/bin:/usr/X11R6/bin:/usr/bin:/bin:$PATH"
+# 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
 
-USER="`id -un`"
-
-# Set up USER's home directory; no spaces allowed in the path!
-export HOME=//c/Docs/Lyx
-
-export USER PATH
-
 for i in /etc/profile.d/*.sh ; do
   if [ -f $i ]; then
     . $i
   fi
 done
 
-export DISPLAY=localhost:0
-
-export MAKE_MODE=unix
-
-
 cd "$HOME"
 
 test -f ./.bashrc && . ./.bashrc