From 6f3fbd3a9f264c7af5bc520c82358c88039421f4 Mon Sep 17 00:00:00 2001 From: Asdam9 Date: Wed, 15 Apr 2026 09:37:36 +0200 Subject: [PATCH] Nix icon is wider than mono, added whitespace to even it out --- modules/features/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/features/zsh.nix b/modules/features/zsh.nix index d543f35..5480df0 100644 --- a/modules/features/zsh.nix +++ b/modules/features/zsh.nix @@ -43,7 +43,7 @@ black="#090618" green="#76946a" zstyle ':vcs_info:*' formats "%F{$purple}%K{$blue}$sep%k%f%K{$blue}%F{$black} (%r:%b) %F{$blue}" - export PS1='%K{$purple}%F{$black}  %1~ %F{$purple}''${vcs_info_msg_0_}%k$sep%k%f ' + export PS1='%K{$purple}%F{$black}  %1~ %F{$purple}''${vcs_info_msg_0_}%k$sep%k%f ' export RPROMPT="%F{$green}$rsep%f%K{$green}%F{$black} %n@%m %f%k" tty > /dev/null && (clear ; fastfetch) '';