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"; }; }