From 3ba59a78ec1d39eb5043fa3edcbd90f801666fae Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Wed, 29 Jan 2020 17:53:25 +0100 Subject: [PATCH] oh-my-zsh -> ohmyzsh --- bin/update | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/update b/bin/update index 94f89ae..f9d0fd5 100755 --- a/bin/update +++ b/bin/update @@ -334,9 +334,9 @@ update-dotfiles() { echo -e "\033[32;1m=== Updating dotfiles ===\033[0m" cd ~/.config/dotfiles && git pull - if [ -d ~/.config/oh-my-zsh ]; then - echo -e "\033[32;1m=== Updating oh-my-zsh ===\033[0m" - cd ~/.config/oh-my-zsh && git pull + if [ -d ~/.config/ohmyzsh ]; then + echo -e "\033[32;1m=== Updating ohmyzsh ===\033[0m" + cd ~/.config/ohmyzsh && git pull fi if [ -d ~/.config/awesome/.git ]; then