oh-my-zsh -> ohmyzsh
This commit is contained in:
parent
7af74e7570
commit
3ba59a78ec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue