aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorYann Herklotz <git@ymhg.org>2019-04-21 10:41:33 +0100
committerYann Herklotz <git@ymhg.org>2019-04-21 10:41:33 +0100
commita1068a3a27c09a87ad9da133ecdbeaf7e675fc21 (patch)
treecede7b7561f39760ab12a3b8c34a94c110de264b /zsh
parent3e3c75c1ee9bfd8df90103444bcb1fc1d1cc5b6f (diff)
downloaddotfiles-a1068a3a27c09a87ad9da133ecdbeaf7e675fc21.tar.gz
dotfiles-a1068a3a27c09a87ad9da133ecdbeaf7e675fc21.zip
Add paths to vivado and quartus
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zsh/export.zsh3
1 files changed, 2 insertions, 1 deletions
diff --git a/zsh/.zsh/export.zsh b/zsh/.zsh/export.zsh
index ad51114..0430a62 100644
--- a/zsh/.zsh/export.zsh
+++ b/zsh/.zsh/export.zsh
@@ -8,4 +8,5 @@ export PATH="${HOME}/.gem/ruby/2.6.0/bin:/usr/local/bin:${PATH}"
export PATH="${HOME}/.local/bin:${PATH}"
export PATH="/usr/bin:${PATH}"
export PATH="${HOME}/.yarn/bin:${PATH}"
-export PATH="/opt/Xilinx/Vivado/2018.3/bin:${PATH}"
+export PATH="${PATH}:/opt/Xilinx/Vivado/2018.3/bin"
+export PATH="${PATH}:/opt/intelFPGA_lite/18.1/quartus/bin"