Fix typo in oh-my-zsh install

This commit is contained in:
Tobias Reisinger 2023-04-02 20:19:58 +02:00
parent 54d3dbf2e1
commit 2c7f22965b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -2,9 +2,9 @@ source "$HOME/.config/environment"
if [ ! -f "$ZSH/oh-my-zsh.sh" ] if [ ! -f "$ZSH/oh-my-zsh.sh" ]
then then
autoinstall git "https://github.com/ohmyzsh/ohmyzsh.git" "$ZSH"
#echo "Installing oh-my-zsh" #echo "Installing oh-my-zsh"
#RUNZSH="no" sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" > /dev/null #RUNZSH="no" sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" > /dev/null
_autoinstall_git "https://github.com/ohmyzsh/ohmyzsh.git" "$ZSH"
#mv "$ZSH/.zshrc.pre-oh-my-zsh" "$ZSH/.zshrc" #mv "$ZSH/.zshrc.pre-oh-my-zsh" "$ZSH/.zshrc"
fi fi