From f989ae15ad4161a4c9c84ecbabc7128ac816fcd3 Mon Sep 17 00:00:00 2001 From: David Chen Date: Thu, 14 May 2020 12:06:20 -0400 Subject: [PATCH] chores --- bin/update_config | 4 ++++ zsh/zimrc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/update_config b/bin/update_config index bf6d515..572e5f5 100755 --- a/bin/update_config +++ b/bin/update_config @@ -2,9 +2,13 @@ cd ~/.config git pull +git status cd ~/.sconfig git pull +git status cd ~/scripts git pull +git status cd ~/.config/nvim git pull +git status diff --git a/zsh/zimrc b/zsh/zimrc index c871eb8..ca3477b 100644 --- a/zsh/zimrc +++ b/zsh/zimrc @@ -9,7 +9,7 @@ zmodule magicmace zmodule zsh-users/zsh-completions zmodule zsh-users/zsh-autosuggestions zmodule zsh-users/zsh-history-substring-search -zmodule theniceboy/fast-syntax-highlighting +zmodule zdharma/fast-syntax-highlighting zmodule supercrabtree/k zmodule mafredri/zsh-async zmodule hlissner/zsh-autopair