From 723b7be4e516ab2e80099c8b995a261b27f7351b Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 26 Jul 2021 06:51:50 +0100 Subject: [PATCH] Update oh-my-zsh --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2daf47f..316f846 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,8 @@ upgrade: ## Upgrade all required binaries. which asdf > /dev/null && brew upgrade asdf; \ cd $${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions && git pull && cd -; \ cd $${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting && git pull && cd -; \ - asdf plugin update --all; + asdf plugin update --all; \ + cd ~/.oh-my-zsh && git pull && cd -; .PHONY: dotfiles dotfiles: ## Installs the dotfiles.