diff options
author | listout <listout@protonmail.com> | 2021-09-06 18:51:11 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-09-06 18:51:11 +0530 |
commit | 442938000e22ead04128bb40d01f96250a225dce (patch) | |
tree | 39bd262d03e6fdda0dc7991655881c5b78c04279 /.zshenv | |
parent | 245f1afba774d8028587c48f9b625f2988ac16d9 (diff) |
PlatfromIO path
source PlatfromIO if "$HOME/.platformio" is found
Diffstat (limited to '.zshenv')
-rw-r--r-- | .zshenv | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |