MISC: env packages
This commit is contained in:
parent
f778cf8cc1
commit
80867f119d
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue