summaryrefslogtreecommitdiff
path: root/oh-my-zsh.sh
diff options
context:
space:
mode:
authorPeter Tillemans <pti@snamellit.com>2012-06-26 11:13:45 +0200
committerPeter Tillemans <pti@snamellit.com>2012-06-26 11:13:45 +0200
commitcc98254b62658a988dd8cee0d5e1cb4172b6a064 (patch)
tree866278c55e2e22eb7ef4f48c5ba3787898b38bd1 /oh-my-zsh.sh
parent8b69c7f6a0c80c1c53505e17d356387b83e18efc (diff)
parentd165a84dc0e8d2eb0774ed26995e7046c0aff41f (diff)
downloadzsh-cc98254b62658a988dd8cee0d5e1cb4172b6a064.tar.gz
zsh-cc98254b62658a988dd8cee0d5e1cb4172b6a064.tar.bz2
zsh-cc98254b62658a988dd8cee0d5e1cb4172b6a064.zip
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'oh-my-zsh.sh')
-rw-r--r--oh-my-zsh.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh
index c2b6049cb..ddef1ad6c 100644
--- a/oh-my-zsh.sh
+++ b/oh-my-zsh.sh
@@ -51,7 +51,7 @@ for plugin ($plugins); do
done
# Load all of your custom configurations from custom/
-for config_file ($ZSH_CUSTOM/*.zsh(.N)) source $config_file
+for config_file ($ZSH_CUSTOM/*.zsh(N)) source $config_file
# Load the theme
if [ "$ZSH_THEME" = "random" ]