From 6daf692deb413eef72698d3e8d54a2bc03144849 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Thu, 16 Aug 2018 13:55:52 -0400 Subject: [PATCH] [provisioning] use .zprofile for setting paths --- recipes/_path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/_path b/recipes/_path index de0f01d..9272d39 100644 --- a/recipes/_path +++ b/recipes/_path @@ -12,7 +12,7 @@ function __addline { function _profile { [ -w ~/.bash_profile ] && __addline ~/.bash_profile $@ __addline ~/.profile "$@" - __addline ~/.zshenv "$@" + __addline ~/.zprofile "$@" } function _path_low {