diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2017-10-28 15:01:26 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2017-10-28 15:03:43 +0200 |
commit | b1ee88e44f3694840efcb0504af7cb971c050d85 (patch) | |
tree | ae24b799367c5d8d87e6923211ea76aa9224599c /.zsh/zshenv/01_path | |
parent | dcaa634279385cfca633c9b52af5f96ecc7bb040 (diff) |
zshenv: remove Matlab bits
Diffstat (limited to '.zsh/zshenv/01_path')
-rw-r--r-- | .zsh/zshenv/01_path | 4 |
1 files changed, 0 insertions, 4 deletions
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 |