oh-my-zsh -> ohmyzsh

This commit is contained in:
Thomas Forgione 2020-01-29 17:53:25 +01:00
parent 7af74e7570
commit 3ba59a78ec
1 changed files with 3 additions and 3 deletions

View File

@ -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