MAINT: reorg path

This commit is contained in:
Matthew Ryan Dillon 2019-03-24 16:58:53 -07:00
parent 547cd13442
commit f9a89bcd15

View file

@ -74,13 +74,13 @@ cdpath=(
# Set the list of directories that Zsh searches for programs.
path=(
$path
# miniconda
/opt/miniconda3/bin
# yarn
$HOME/.yarn/bin
$HOME/.config/yarn/global/node_modules/.bin
$path
)
export -U PATH