Random themes! and some plugins

This commit is contained in:
2021-07-02 16:25:37 +03:00
parent 6daa254034
commit ecfb19f717

4
.zshrc
View File

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