On macOS, relying on ZDOTDIR=$HOME/.config/zsh
helps to declutter hidden files in $HOME
. I initially put it in my $HOME/.zprofile
, but you will need to use .zshenv
(a symlink to .zprofile
also works) in order to make your $PATH
available in Neovim terminal. #vim