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"
|
echo -e "\033[32;1m=== Updating dotfiles ===\033[0m"
|
||||||
cd ~/.config/dotfiles && git pull
|
cd ~/.config/dotfiles && git pull
|
||||||
|
|
||||||
if [ -d ~/.config/oh-my-zsh ]; then
|
if [ -d ~/.config/ohmyzsh ]; then
|
||||||
echo -e "\033[32;1m=== Updating oh-my-zsh ===\033[0m"
|
echo -e "\033[32;1m=== Updating ohmyzsh ===\033[0m"
|
||||||
cd ~/.config/oh-my-zsh && git pull
|
cd ~/.config/ohmyzsh && git pull
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d ~/.config/awesome/.git ]; then
|
if [ -d ~/.config/awesome/.git ]; then
|
||||||
|
|
Loading…
Reference in New Issue