diff options
author | listout <listout@protonmail.com> | 2022-02-24 23:45:54 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-02-24 23:45:54 +0530 |
commit | 0b8740c46396651ca5de4986179f369161697520 (patch) | |
tree | 8b666172b1670028264463d35c589b24e3050e1c /.zshenv | |
parent | cc4f727621b1b066d5106bff69dff5da326525f2 (diff) |
removed platformio sourcing
Diffstat (limited to '.zshenv')
-rw-r--r-- | .zshenv | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -4,13 +4,6 @@ export XDG_CACHE_HOME=$HOME/.cache export XDG_DATA_HOME=$HOME/.local/share export XDG_STATE_HOME=$HOME/.local/state -typeset -U PATH path -path=("$HOME/.local/bin" "$path[@]") -if [[ -d "$HOME/.platformio" ]]; then - path=("$HOME/.platformio/penv/bin" "$path[@]") -fi -export PATH - # fnm export PATH=/home/gogo/.fnm:$PATH eval "`fnm env`" |