From 29c37a69c306cfc0db9dc9ac368e6f6933d20e86 Mon Sep 17 00:00:00 2001 From: goodhumored Date: Sun, 28 Jul 2024 12:02:02 +0300 Subject: [PATCH] zshrc path --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 4ab26f0..aacb4ea 100644 --- a/.zshrc +++ b/.zshrc @@ -112,6 +112,7 @@ export QSYS_ROOTDIR="/home/goodhumored/intelFPGA/22.1std/quartus/sopc_builder/bi export TERM="screen-256color" export LM_LICENSE_FILE=C:\\flexlm\\lic_modelsim.txt +export PATH=$HOME/.local/bin:$PATH eval "$(zoxide init --cmd cd zsh)" eval "$(fzf --zsh)"