From 7c3a601537b285b24c62dd81fba76d1b9dc1c1d8 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Mon, 18 Mar 2019 01:29:34 -0400 Subject: [PATCH] Fixed the ohmyzsh installer making our zshrc null --- .yadm/bootstrap | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.yadm/bootstrap b/.yadm/bootstrap index 055b916..c1018f2 100755 --- a/.yadm/bootstrap +++ b/.yadm/bootstrap @@ -33,5 +33,13 @@ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM: # zsh-history-subsearch-search git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search +# Reclaiming our zsh config +echo "~Setting backup as main config~" +mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc + +# Set zsh as main shell +echo "~Setting ZSH as user shell~" +chsh -s /usr/bin/zsh + # Refresh changes source ~/.zshrc