From 9042038c20f93f0e4c65bdacd0fe1a92b924a16d Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 21 Dec 2025 19:47:47 +0000 Subject: [PATCH] Update fastfetch.nix --- apps/fastfetch.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/fastfetch.nix b/apps/fastfetch.nix index bf92ad6..87edfba 100644 --- a/apps/fastfetch.nix +++ b/apps/fastfetch.nix @@ -42,8 +42,8 @@ # Set up bash with fastfetch and a nice prompt programs.bash.promptInit = '' # Powerline-style prompt with background colors - # Powerline separator - SEP="" + # Powerline separator - using a simpler character that renders better + SEP="❯" # Background colors BG_BLUE="\001$(echo -e '\033[48;5;33m')\002"