From c653d791a655488b36294b1c44d0a41310fb6881 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Sun, 14 Feb 2021 00:19:28 +0100 Subject: [PATCH] Fix oh-my-bash install call --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index a40efa9..3c6aea7 100644 --- a/.bashrc +++ b/.bashrc @@ -2,8 +2,8 @@ source "$HOME/.config/environment" if [ ! -f "$OSH/oh-my-bash.sh" ] then - echo "Installing oh-my-bash" - sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/oh-my-zsh/master/tools/install.sh)" > /dev/null + echo "Installing oh-my-bash (it will load the wrong config on the first launch)" + sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)" > /dev/null mv $HOME/.bashrc.pre-oh-my-bash $HOME/.bashrc exit fi