Ubuntu – Cannot execute shell /bin/zsh when execute a shell command in vi

bashcommand linevizsh

I use bash. But it cannot find zsh. How to change this?

ps:I don't want to install zsh.

Best Answer

set default shell in vim

:set shell=/bin/bash

Thanks to Ubuntu Forum