summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/99_matlab
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2012-04-09 18:45:25 +0200
committerTobias Klauser <tklauser@distanz.ch>2012-04-09 18:45:25 +0200
commitfc53a57cb2a83b266e73265d2c7942398d7159e9 (patch)
tree25ad0972a32fb555be1ae652851aa02e0c9e9ad8 /.zsh/zshenv/99_matlab
parent1620895a20aa0604f05201d179398f8590130eef (diff)
Add MATLAB config
Diffstat (limited to '.zsh/zshenv/99_matlab')
-rw-r--r--.zsh/zshenv/99_matlab14
1 files changed, 14 insertions, 0 deletions
diff --git a/.zsh/zshenv/99_matlab b/.zsh/zshenv/99_matlab
new file mode 100644
index 0000000..f4c42bb
--- /dev/null
+++ b/.zsh/zshenv/99_matlab
@@ -0,0 +1,14 @@
+# zshenv/99_matlab
+#
+# Set up MATLAB specific variables
+#
+# Copyright © 2012 Tobias Klauser <tklauser@distanz.ch>
+# Released under the terms of the Artistic Licence 2.0
+#
+# Source repository: git://git.distanz.ch/dotfiles/zsh.git
+
+# make MATLAB run on awesome/dwm
+export MATLAB_JAVA=/usr/lib/jvm/java-6-openjdk-amd64/jre
+export _JAVA_AWT_WM_NONREPARENTING=1
+
+# vim:ft=zsh