From 8172900e22cc2bac3d2ee3bd7c2d8437690e195b Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Thu, 1 Jun 2017 19:34:31 +0200 Subject: [PATCH] zsh: change zshrc source order --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index a239063..5bb20e7 100644 --- a/zshrc +++ b/zshrc @@ -1,7 +1,7 @@ +source ~/.zsh/setopt.zsh source ~/.zsh/checks.zsh source ~/.zsh/colors.zsh -source ~/.zsh/setopt.zsh source ~/.zsh/prompt.zsh source ~/.zsh/completion.zsh -source ~/.zsh/aliases.zsh source ~/.zsh/history.zsh +source ~/.zsh/aliases.zsh