Using Modules ZSH and Oh My ZSH - mcuyar/station GitHub Wiki
The ZSH module is a global module that will install both the ZSH interactive shell and Oh My ZSH to manage your ZSH configuration. Oh My ZSH comes with many plugins and themes to expand your interactive shell experience.
ZSH and OMZSH are set to install on default. If you haven't used ZSH with OMZSH I definitely recommend you give it a try. If you decide you would rather not use it, add this config before you run vagrant up
on the vagrant environment.
oh-my-zsh:
install:
zsh: false
oh-my-zsh: false