From 67ccaa0ac29394b2279ffaa70681dc4e695c0872 Mon Sep 17 00:00:00 2001 From: yeti Date: Fri, 25 Apr 2025 07:36:35 +0100 Subject: [PATCH] feat(zsh): change theme --- home/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.zshrc b/home/.zshrc index b76976a..a03f9b0 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -8,7 +8,7 @@ export ZSH=$HOME/.config/zsh/ohmyzsh # 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="robbyrussell" +ZSH_THEME="clean" # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load