Fix typo in oh-my-zsh install
This commit is contained in:
parent
54d3dbf2e1
commit
2c7f22965b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue