We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafb2cb commit cf6f1bfCopy full SHA for cf6f1bf
i_am_lazy.sh
@@ -227,7 +227,7 @@ function main() {
227
# one last step
228
# set zsh and oh-my-zsh
229
run_this_command "brew install zsh zsh-completions"
230
- run_this_command "rm -f ~/.zcompdump && compinit"
+ run_this_command "[[ -e ~/.zcompdump ]] && rm -f ~/.zcompdump || compinit"
231
chmod go-w '/usr/local/share'
232
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
233
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/powerlevel10k
0 commit comments