From 2c7f22965b642df86698fe6c7504ca86e26703d7 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Sun, 2 Apr 2023 20:19:58 +0200 Subject: [PATCH] Fix typo in oh-my-zsh install --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 1828b89..81988b7 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -2,9 +2,9 @@ source "$HOME/.config/environment" if [ ! -f "$ZSH/oh-my-zsh.sh" ] then + autoinstall git "https://github.com/ohmyzsh/ohmyzsh.git" "$ZSH" #echo "Installing oh-my-zsh" #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" fi