terminal vim not loading .zshrc

前端 未结 3 1722
我在风中等你
我在风中等你 2021-02-07 08:37

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 measure

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-07 09:37

    The accepted answer doesn't work as expected. The actual solution should be putting the aliases and other ~/.zshrc content into ~/.zshenv. The only thing needed in ~/.vimrc is set shell=zsh without any flags.

提交回复
热议问题