From 01717913f09d621766e150bf206c59b82e70c0e1 Mon Sep 17 00:00:00 2001 From: kossLAN Date: Wed, 16 Jul 2025 10:50:48 -0400 Subject: [PATCH] chore: remove testing prompt stuff --- nix/config.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix/config.nix b/nix/config.nix index c6060cf..b07ecfe 100644 --- a/nix/config.nix +++ b/nix/config.nix @@ -40,10 +40,8 @@ in { setopt prompt_subst PROMPT='%F{cyan}%~%f  ' - # RPROMPT='%F{lightblue}$(git_prompt_info)%f' RPROMPT='$vcs_info_msg_0_' zstyle ':vcs_info:git*' formats "%b %m%u%c " - # zstyle ':vcs_info:git*' formats "(%{$fg[lightblue]%}%b)%{$reset_color%}%u%c%{$reset_color%} " ''; # A list of path's to a plugin