summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/01_path
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-02-22 11:13:23 +0100
committerTobias Klauser <tklauser@distanz.ch>2014-02-22 11:13:23 +0100
commit0d99f8ee6a89803b9f00ccfe078d5bb0c0cdee04 (patch)
tree7a98b1a2b7fca97701d7654667ffe7fe82e42d8f /.zsh/zshenv/01_path
parent48e59cfdfc9ac27c7073b266a0bf59b93b82882a (diff)
parenta3c5317606dafcd5cc569b8b68d7e00ea9624c03 (diff)
Merge branch 'master' of git+ssh://git.distanz.ch/home/tklauser/scm/dotfiles/zsh
Diffstat (limited to '.zsh/zshenv/01_path')
-rw-r--r--.zsh/zshenv/01_path14
1 files changed, 9 insertions, 5 deletions
diff --git a/.zsh/zshenv/01_path b/.zsh/zshenv/01_path
index 2781e1c..c39ef75 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,17 @@ 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/codesourcery/arm-2010.09/bin
+#path_append /opt/android-sdk-linux_86
path_append /opt/cov-analysis-linux64-6.5.1/bin
+path_append /opt/linaro/gcc-linaro-arm-linux-gnueabihf/bin
+
+path_append /opt/MATLAB/R2012a/bin
+path_append /opt/MATLAB/R2013a/bin
# vim:ft=zsh