diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 328127297..b588caaf4 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -5,7 +5,7 @@ export ZSH=$HOME/.oh-my-zsh # Look in ~/.oh-my-zsh/themes/ # Optionally, if you set this to "random", it'll load a random theme each # time that oh-my-zsh is loaded. -ZSH_THEME="robbyrussell" +ZSH_THEME="alanpeabody" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true" @@ -45,7 +45,7 @@ ZSH_THEME="robbyrussell" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git zsh-syntax-highlighting) +plugins=(git zsh-syntax-highlighting history-substring-search terminalapp) # User configuration