diff --git a/.zshrc b/.zshrc
index 011ae4750f33cedb2b9effa401cf943eaf8a635e..a6519c4af8ab876981155d339b44e0125941fe44 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,5 +1,6 @@
 export ZSH=~/.zsh
 export PATH="/usr/local/sbin:$PATH"
+export CLICOLOR=1
 
 # Load all of the config files in ~/oh-my-zsh that end in .zsh
 for config_file ($ZSH/lib/*.zsh) source $config_file