aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2014-02-08 18:48:18 -0500
committerMatt Singleton <matt@xcolour.net>2014-02-08 18:48:18 -0500
commit3c4757dda2cf7484e47e3bbb8b1d4b08370404d8 (patch)
tree8d04df397176a229d309ca1d6112cb4c81ca63e0 /zshrc
parent0ea0a60425835c8b538331a45c329640049c2a7f (diff)
clearer ls colors
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc4
1 files changed, 3 insertions, 1 deletions
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