aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
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