theme & plugins

master
Raphael 2019-03-24 17:03:42 +01:00 committed by GitHub
parent 5a44071f27
commit 07489f3850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

3
zshrc
View File

@ -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