From 518b8871b7cbf3b0c674c1cbda74b4460e5c3324 Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Mon, 31 Mar 2025 00:01:53 +0200 Subject: [PATCH] Changes the zsh theme --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 5bf2794..879aedf 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,5 @@ export ZSH="$HOME/.oh-my-zsh" -ZSH_THEME="jonathan" +ZSH_THEME="agnoster" plugins=(git fzf history npm zoxide sudo node colorize) source ~/.config/terminal/.setuprc