From 65256fba3a909c2307eec2560c6d786eea59959d Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Sat, 21 Oct 2023 18:43:42 +0200 Subject: [PATCH] Quartus --- dot_bashrc | 2 ++ dot_profile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dot_bashrc b/dot_bashrc index f720219..3f38c99 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -148,3 +148,5 @@ eval "$(jump shell)" if [ $TILIX_ID ] || [ $VTE_VERSION ]; then source /etc/profile.d/vte.sh fi + +export QSYS_ROOTDIR="/home/kristjank/.cache/yay/quartus-free/pkg/quartus-free-quartus/opt/intelFPGA/21.1/quartus/sopc_builder/bin" diff --git a/dot_profile b/dot_profile index 53d2b50..2fc103f 100644 --- a/dot_profile +++ b/dot_profile @@ -5,3 +5,5 @@ export QT_AUTO_SCREEN_SCALE_FACTOR=0 export GTK2_RC_FILES="$HOME/.gtkrc-2.0" export PS1="[\[$(tput sgr0)\]\[\033[38;5;10m\]\u@\h\[$(tput sgr0)\]:\[$(tput sgr0)\]\[\033[38;5;14m\]\w\[$(tput sgr0)\]]\\$ \[$(tput sgr0)\]" export PATH="$PATH:/home/kristjank/.cargo/bin" + +export QSYS_ROOTDIR="/home/kristjank/.cache/yay/quartus-free/pkg/quartus-free-quartus/opt/intelFPGA/21.1/quartus/sopc_builder/bin"