summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/99_matlab
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-10-28 15:01:26 +0200
committerTobias Klauser <tklauser@distanz.ch>2017-10-28 15:03:43 +0200
commitb1ee88e44f3694840efcb0504af7cb971c050d85 (patch)
treeae24b799367c5d8d87e6923211ea76aa9224599c /.zsh/zshenv/99_matlab
parentdcaa634279385cfca633c9b52af5f96ecc7bb040 (diff)
zshenv: remove Matlab bits
Diffstat (limited to '.zsh/zshenv/99_matlab')
-rw-r--r--.zsh/zshenv/99_matlab14
1 files changed, 0 insertions, 14 deletions
diff --git a/.zsh/zshenv/99_matlab b/.zsh/zshenv/99_matlab
deleted file mode 100644
index f4d228d..0000000
--- a/.zsh/zshenv/99_matlab
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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