diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2012-10-26 13:12:46 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2012-10-26 13:12:46 +0200 |
commit | 46d5e89afb24e7876f351242f8c6752e5905eb36 (patch) | |
tree | 64dc297f5a68e8f72d6b20ee021a842b523cc0de | |
parent | 69a34c5c5ecf25513d9780d622f734be9f0ff620 (diff) |
zshenv/01_path: Add "new" nios2 nommu toolchain before old
-rw-r--r-- | .zsh/zshenv/01_path | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.zsh/zshenv/01_path b/.zsh/zshenv/01_path index 69166a2..ebe1044 100644 --- a/.zsh/zshenv/01_path +++ b/.zsh/zshenv/01_path @@ -34,6 +34,7 @@ path_append() # add the paths here path_prepend $HOME/bin +path_append /opt/nios2-new/bin path_append /opt/nios2/bin path_append /opt/nios2mmu/x86-linux2/bin path_prepend /opt/codesourcery/nios2-4.1-211/bin |