summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-08-02 14:42:09 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-08-02 14:42:09 +0200
commitb851df97de5a0ac854cd1121bdc49d6b316dabc3 (patch)
treec488a025e73b1e1c0552d55c649cb72b823021f0
parentcc8609a1aa21f135456345a01194f242bec07a2a (diff)
MATLAB foo
-rw-r--r--.zsh/zshenv/01_path9
-rw-r--r--.zsh/zshenv/99_matlab2
2 files changed, 7 insertions, 4 deletions
diff --git a/.zsh/zshenv/01_path b/.zsh/zshenv/01_path
index 2781e1c..a0e36ba 100644
--- a/.zsh/zshenv/01_path
+++ b/.zsh/zshenv/01_path
@@ -2,7 +2,7 @@
#
# Functions to add custom directories to the $PATH
#
-# Copyright © 2011 Tobias Klauser <tklauser@distanz.ch>
+# Copyright © 2011-2013 Tobias Klauser <tklauser@distanz.ch>
# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
@@ -35,13 +35,16 @@ path_append()
path_prepend $HOME/bin
#path_append /opt/nios2-new/bin
+path_prepend /opt/local/bin
+
path_append /opt/nios2/bin
path_append /opt/nios2mmu/x86-linux2/bin
path_prepend /opt/codesourcery/nios2-4.1-211/bin
path_append /opt/codesourcery/arm-2010.09/bin
path_append /opt/android-sdk-linux_86
-path_prepend /opt/local/bin
-path_append /opt/MATLAB/R2012a/bin
path_append /opt/cov-analysis-linux64-6.5.1/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
index f4c42bb..f4d228d 100644
--- a/.zsh/zshenv/99_matlab
+++ b/.zsh/zshenv/99_matlab
@@ -8,7 +8,7 @@
# 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 MATLAB_JAVA=/usr/lib/jvm/java-7-openjdk-amd64/jre
export _JAVA_AWT_WM_NONREPARENTING=1
# vim:ft=zsh