Skip to content

Commit

Permalink
Make oh-my-zsh reinstallable
Browse files Browse the repository at this point in the history
`ZSH= ` is one of oh-my-zsh's suggestions. Otherwise errors occur.
  • Loading branch information
joemoore authored Aug 20, 2021
1 parent 25d8a33 commit 55103ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/common/configuration-zsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ brew install coreutils
brew install watch

echo "Installing Oh My Zsh"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
ZSH= sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

brew install direnv
brew install direnv

0 comments on commit 55103ff

Please sign in to comment.