From 3c4757dda2cf7484e47e3bbb8b1d4b08370404d8 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Sat, 8 Feb 2014 18:48:18 -0500 Subject: clearer ls colors --- zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 15cb1c7..b12e67d 100644 --- a/zshrc +++ b/zshrc @@ -1,4 +1,6 @@ -for config_file (~/.zsh/*.zsh) source $config_file +for config_file (~/.zsh/*.zsh); do + source $config_file +done export EDITOR=vim export LANG=en_US.UTF-8 -- cgit v1.2.3