# VHOST > Making virtual host maniputation tasks more easier ## Instalation ## Open your `.zshrc` file and load `vhost` plugin ```bash ... plugins=( ... vhost) ... ``` ## Commands ## ### ls List all virtual hosts in `/etc/hosts` file ```bash vhost ls ``` ### add Add a new virtual host in `/etc/hosts` file ```bash vhost add ``` ### rm Add a new virtual host in `/etc/hosts` file ```bash vhost rm ``` ## Author **Wilson Mendes (willmendesneto)** + + + New features comming soon.