From d418a5b940680425bb1500eb91bad96f56c3724c Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Sat, 27 Jul 2024 18:23:02 -0700 Subject: [PATCH] shell theme fix --- nix-darwin/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index 272ffce..591ba61 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -220,7 +220,7 @@ # Set the prompt setopt PROMPT_SUBST - export PS1='$(in_nix_shell)%B%F{cyan}%~%f%b %# ' + export PS1='$(in_nix_shell)$(PS1)' ''; oh-my-zsh = { enable = true;