From 1be9eede1e8e5c9c9f45f6e5f3b4d5b8b1606876 Mon Sep 17 00:00:00 2001 From: Asdam9 Date: Wed, 15 Apr 2026 09:34:08 +0200 Subject: [PATCH] Updated icon to Nix instead of Arch --- 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 ae3693b..d543f35 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) '';