From 9e82edd7181c8c9c5d1bf8de77a9078d31df4bcc Mon Sep 17 00:00:00 2001 From: "Miles Z. Sterrett" Date: Tue, 16 Apr 2024 08:51:23 -0400 Subject: [PATCH] Switch themes --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index a74c222..bb12527 100644 --- a/zshrc +++ b/zshrc @@ -7,7 +7,7 @@ export ZSH=$HOME/.oh-my-zsh # Set to the name theme to load. # Look in ~/.oh-my-zsh/themes/ -export ZSH_THEME="oxide" +export ZSH_THEME="muse" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Example format: plugins=(rails git textmate ruby lighthouse)