From 442938000e22ead04128bb40d01f96250a225dce Mon Sep 17 00:00:00 2001 From: listout Date: Mon, 6 Sep 2021 18:51:11 +0530 Subject: PlatfromIO path source PlatfromIO if "$HOME/.platformio" is found --- .zshenv | 3 +++ 1 file changed, 3 insertions(+) (limited to '.zshenv') diff --git a/.zshenv b/.zshenv index 686270d..9cce314 100644 --- a/.zshenv +++ b/.zshenv @@ -1,5 +1,8 @@ typeset -U PATH path path=("$HOME/.local/bin" "$path[@]") +if [[ -d "$HOME/.platformio" ]]; then + path=("$HOME/.platformio/penv/bin" "$path[@]") +fi export PATH # fnm -- cgit v1.2.3