From f9a89bcd15ea1d0bd531c7037104b69ae6264d4c Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 24 Mar 2019 16:58:53 -0700 Subject: [PATCH] MAINT: reorg path --- zsh/zshenv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/zshenv b/zsh/zshenv index bd61166..1460639 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -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