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. # Set the list of directories that Zsh searches for programs.
path=( path=(
$path
# miniconda # miniconda
/opt/miniconda3/bin /opt/miniconda3/bin
# yarn # yarn
$HOME/.yarn/bin $HOME/.yarn/bin
$HOME/.config/yarn/global/node_modules/.bin $HOME/.config/yarn/global/node_modules/.bin
$path
) )
export -U PATH export -U PATH