summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/99_matlab
blob: f4d228dcf3bfa3f5c1f8686161ccf53889447505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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-7-openjdk-amd64/jre
export _JAVA_AWT_WM_NONREPARENTING=1

# vim:ft=zsh