From b9384885ca54a93c0dc3e81fda4e515ad405eca6 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Mon, 27 May 2019 19:46:53 +0200 Subject: [PATCH] Mods zshenv --- zsh/zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshenv b/zsh/zshenv index 6bc26ce..99143b5 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -10,7 +10,7 @@ if [ -n "${DESKTOP_SESSION}" ];then fi # set PATH so it includes miniconda bin dir if it exists -path=(~/miniconda3/bin $path[@]) +#path=(~/miniconda3/bin $path[@]) # set PATH for nvm export NVM_DIR="$HOME/nvm"