From ecfb19f717d971bb6f4a765b5ef8a9cf49878c93 Mon Sep 17 00:00:00 2001 From: shmick Date: Fri, 2 Jul 2021 16:25:37 +0300 Subject: [PATCH] Random themes! and some plugins --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 04d1072..3723ad5 100644 --- a/.zshrc +++ b/.zshrc @@ -8,7 +8,7 @@ export ZSH="/home/shmick/.oh-my-zsh" # 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/ohmyzsh/ohmyzsh/wiki/Themes -ZSH_THEME="gentoo" +ZSH_THEME="random" # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load @@ -70,7 +70,7 @@ ZSH_THEME="gentoo" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git thefuck) +plugins=(git thefuck docker gentoo) source $ZSH/oh-my-zsh.sh