My terminal vim configuration is not loading the ~/.zshrc. Zsh is the environment login shell. What is the proper configuration for this situation?
Here are some measures I've already taken and since removed:
set shell=zsh
(uses zsh as shell but doesn't source the rc)
set shellcmdflag=-ci
(all output suspended)
cat ~/.zshenv
(many errors when opening vim)
$ source ~/.zshrc
set shellcmdflag=-ci
. when i try that, all the output is suspended. – Plumose