From e6c8d1790aea4637de3792e0c8228a3ad6d3f4c6 Mon Sep 17 00:00:00 2001
From: Sebastian Semmler <sebastian@semmler.pro>
Date: Thu, 20 Oct 2016 19:49:18 +0200
Subject: [PATCH] Added CLICOLOR

---
 .zshrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.zshrc b/.zshrc
index 011ae47..a6519c4 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
-- 
GitLab