From a7ee161fc90a4fc114fc76ba92e0f912498046f5 Mon Sep 17 00:00:00 2001 From: JirR02 Date: Wed, 25 Mar 2026 09:59:47 +0100 Subject: [PATCH] Dotfiles V1.4.5 Configured .zshrc for STMCubeIDE --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index b4af45a..b828c71 100644 --- a/.zshrc +++ b/.zshrc @@ -189,3 +189,5 @@ export PATH="$PATH:/opt/homebrew/bin" ############ export PATH=/Users/jirayu/.opencode/bin:$PATH export PATH=$PATH:$HOME/go/bin + +export STM32CubeMX_PATH=/Applications/STMicroelectronics/STM32CubeMX.app/Contents/Resources \ No newline at end of file