*modify your environment with .zshrc*
```zsh
# Set the virsh configuration if using VIRSH
export VIRSH_DEFAULT_CONNECT_URI=<your hypervisor>
```
## Auto upgrade de zsh command prompt
**Stap 1** Open de zsh configuratie
```zsh
vi ~/.zshrc
```
**Stap 2** *Voeg onderstaande regel toe*
```zsh
zstyle ':omz:update' mode auto
```