MISC: env packages

This commit is contained in:
Matthew Ryan Dillon 2020-07-29 17:49:08 -07:00
parent f778cf8cc1
commit 80867f119d
2 changed files with 7 additions and 1 deletions

View file

@ -82,6 +82,10 @@ path=(
# npm
$HOME/.npm-packages/bin
# yarn
$HOME/.yarn/bin
$HOME/.config/yarn/global/node_modules/.bin
# misc apps
/Applications/Postgres.app/Contents/Versions/12/bin/
/Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/
@ -90,4 +94,4 @@ path=(
export -U PATH
export CONDA_ENVS_PATH=$HOME/.conda/envs:/opt/miniconda3/envs
export CONDA_PKGS_DIRS=$HOME/.conda/pkgs
export CONDA_PKGS_DIRS=$HOME/.conda/pkgs