mirror of
https://github.com/Melon-Bread/gnu-slash-dot-files
synced 2024-11-25 00:38:23 -05:00
Fixed the ohmyzsh installer making our zshrc null
This commit is contained in:
parent
25708a6c12
commit
7c3a601537
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user