[provisioning] use .zprofile for setting paths

This commit is contained in:
Correl Roush 2018-08-16 13:55:52 -04:00
parent 9382a29604
commit 6daf692deb

View file

@ -12,7 +12,7 @@ function __addline {
function _profile {
[ -w ~/.bash_profile ] && __addline ~/.bash_profile $@
__addline ~/.profile "$@"
__addline ~/.zshenv "$@"
__addline ~/.zprofile "$@"
}
function _path_low {