diff --git a/templates/zshrc-linux.zsh b/templates/zshrc-linux.zsh index 5c0660c1d..0a1e264b7 100644 --- a/templates/zshrc-linux.zsh +++ b/templates/zshrc-linux.zsh @@ -5,7 +5,8 @@ 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="afowler" +# ZSH_THEME="afowler" +ZSH_THEME="mh" # Example aliases # alias zshconfig="mate ~/.zshrc" diff --git a/templates/zshrc-mac.zsh b/templates/zshrc-mac.zsh index 4b0b36acd..9af8f7c17 100644 --- a/templates/zshrc-mac.zsh +++ b/templates/zshrc-mac.zsh @@ -5,7 +5,8 @@ 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="afowler" +# ZSH_THEME="afowler" +ZSH_THEME="mh" # Example aliases # alias zshconfig="mate ~/.zshrc"