Updated EnvVariables (markdown)
diff --git a/EnvVariables.md b/EnvVariables.md
index bc09003..1dad87d 100644
--- a/EnvVariables.md
+++ b/EnvVariables.md
@@ -15,11 +15,23 @@
 export GOPATH=$HOME/work
 ```
 
-Then, source your `~/.bash_profile`.
+Save and exit your editor. Then, source your `~/.bash_profile`.
 ```bash
 $ source ~/.bash_profile
 ```
 
+### Zsh
+
+Edit `~/.zshrc` file to add the following line:
+
+```bash
+export GOPATH=$HOME/work
+```
+Save and exit your editor. Then, source your `~/.zshrc`.
+```bash
+$ source ~/.zshrc
+```
+
 ### Windows
 
 Your workspace can be located wherever you like,