From 9528acad6300ee324c7fb057c141c1a033227583 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Mon, 6 Apr 2015 10:43:48 -0400 Subject: [PATCH] Fixed sourcing --- shells/zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shells/zshrc b/shells/zshrc index 81f3c0e..1ad4f43 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -265,10 +265,10 @@ function k(){ fi } source ~/.zsh/*.zsh -#source /home/stonewareslord/git/sync/zsh/theme-and-appearance.zsh -#source /home/stonewareslord/git/sync/zsh/completion.zsh -#source /home/stonewareslord/git/sync/zsh/key-bindings.zsh -#source /home/stonewareslord/git/sync/zsh/spectrum.zsh +source /home/stonewareslord/git/sync/zsh/theme-and-appearance.zsh +source /home/stonewareslord/git/sync/zsh/completion.zsh +source /home/stonewareslord/git/sync/zsh/key-bindings.zsh +source /home/stonewareslord/git/sync/zsh/spectrum.zsh #source /home/stonewareslord/git/sync/zsh/misc.zsh #source /home/stonewareslord/git/sync/zsh/history.zsh