From 66931e6cb675911af29ef118261e2432ff3bdc24 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Thu, 23 May 2024 22:51:46 +0200 Subject: [PATCH] Changed the ZSH Theme --- pkgs/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/zsh.nix b/pkgs/zsh.nix index b9151cd..ef9557c 100644 --- a/pkgs/zsh.nix +++ b/pkgs/zsh.nix @@ -25,9 +25,9 @@ "python" "git-auto-fetch" ]; - theme = "agnoster"; + theme = "aussiegeek"; }; - # shellInit = "if [[ $(tty) == \"/dev/tty\"* ]]; then; bash; fi"; + shellInit = "if [[ $(tty) == \"/dev/tty\"* ]]; then; bash; fi"; }; }