diff --git a/zshrc b/zshrc index b2c4b35..4029a4a 100644 --- a/zshrc +++ b/zshrc @@ -8,7 +8,7 @@ # load a random theme each time oh-my-zsh is loaded, in which case, # to know which specific one was loaded, run: echo $RANDOM_THEME # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes -ZSH_THEME="robbyrussell" +ZSH_THEME="michelebologna" # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load @@ -64,6 +64,7 @@ ZSH_THEME="robbyrussell" # Add wisely, as too many plugins slow down shell startup. plugins=( git + docker ) source $ZSH/oh-my-zsh.sh