Fix a zsh config loading

This commit is contained in:
2013-08-22 16:19:18 -04:00
parent 31eb7de4f0
commit 238dc1a0a8
2 changed files with 2 additions and 4 deletions

4
zshrc
View File

@@ -50,9 +50,7 @@ export SAVEHIST=$HISTSIZE
# COMPLETION_WAITING_DOTS="true"
# Load all of the config files in ~/.zsh that end in .zsh
for config_file ($ZSH/lib/*.zsh); do
source $config_file
done
source $ZSH/lib/*.zsh
# Source my custom files after oh-my-zsh so I can override things.
source $HOME/.dotfiles/zsh/aliases