<div dir="ltr">Hi there! <br><br>I installed "NeoVim" and "zsh" via MacPorts on MacOs High Sierra.<br><br>I have a problem. High Sierra comes with "zsh" version 5.3 installed by default. I noticed this after I installed zsh version 5.8.1 via MacPorts.<br><br>How did I figure it out?<br>- I changed the default shell (bash) to "zsh" via the command "chsh -s /bin/zsh".<br>- I tried to start NeoVim with the command "nvim".<br>- And the system responded "zsh: command not found: nvim".<br>- After trying several things, I entered the command "zsh -version" and the version that was active was 5.3 (High Sierra).<br>- I went back to the "bash" shell and simply entered the command "zsh" to use the zsh shell, and when I checked the version (zsh -version) the version was 5.8.1 (MacPorts). I entered the command "nvim" and it worked.<br><br>I got desperate looking for a solution and entered several times the command you provide on your site to set MacPorts': sudo sh -c 'echo ${prefix}/bin/zsh >>/etc/shells'.<br><br>Now when I check the list of Shells with "cat /etc/shells". I get "/bin/zsh" four times.<br><br>I want to delete all zsh and install only the MacPorts "zsh" cleanly; and then set that shell to default.<br><br>How do I do this?</div>