From b1ee88e44f3694840efcb0504af7cb971c050d85 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sat, 28 Oct 2017 15:01:26 +0200 Subject: zshenv: remove Matlab bits --- .zsh/zshenv/01_path | 4 ---- .zsh/zshenv/99_matlab | 14 -------------- 2 files changed, 18 deletions(-) delete mode 100644 .zsh/zshenv/99_matlab diff --git a/.zsh/zshenv/01_path b/.zsh/zshenv/01_path index 243de00..43cf525 100644 --- a/.zsh/zshenv/01_path +++ b/.zsh/zshenv/01_path @@ -7,7 +7,6 @@ # Released under the terms of the Artistic Licence 2.0 # # Source repository: git://git.distanz.ch/dotfiles/zsh.git -# path_prepend() { @@ -45,7 +44,4 @@ path_append /opt/coverity/bin path_append /opt/linaro/gcc-linaro-arm-linux-gnueabihf/bin path_append /opt/sourceryg++-2014.05/bin -path_append /opt/MATLAB/R2012a/bin -path_append /opt/MATLAB/R2013a/bin - # vim:ft=zsh 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 -# 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 -- cgit v1.2.3-54-g00ecf