1
0
mirror of https://github.com/Melon-Bread/gnu-slash-dot-files synced 2024-11-24 16:28:23 -05:00

Fixed the ohmyzsh installer making our zshrc null

This commit is contained in:
Rain Clark 2019-03-18 01:29:34 -04:00
parent 25708a6c12
commit 7c3a601537

View File

@ -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