diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2011-01-20 10:33:47 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2011-01-20 10:33:47 +0100 |
commit | d0b2b2c77f4f040ce9278615c37e53c8eb9e5f1d (patch) | |
tree | 88aa5e73a12ba69ae4772c6d0d89e49bcb5b3001 /.zsh/zshenv/00_dirs | |
parent | 8af38e92e03760c27ad02dc939db70d20250b7cd (diff) |
Reorder path setting
Diffstat (limited to '.zsh/zshenv/00_dirs')
-rw-r--r-- | .zsh/zshenv/00_dirs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.zsh/zshenv/00_dirs b/.zsh/zshenv/00_dirs index 46c4708..a552299 100644 --- a/.zsh/zshenv/00_dirs +++ b/.zsh/zshenv/00_dirs @@ -8,9 +8,7 @@ # Source repository: git://git.distanz.ch/dotfiles/zsh.git # -export BINDIR=$HOME/bin -export NIOS2NOMMUBINDIR=/opt/nios2/bin -export NIOS2MMUBINDIR=$HOME/src/nios2-linux/toolchain-mmu/x86-linux2/bin +export BINDIR= export ALTERADIR=/opt/altera9.1 # vim:ft=zsh |