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