From daaea80dd13ecdd8c64fed4f087fa3e8769c3c7c Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 3 Dec 2025 20:24:57 +0000 Subject: [PATCH] Update fastfetch.nix --- apps/fastfetch.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fastfetch.nix b/apps/fastfetch.nix index 787f491..41d26e8 100644 --- a/apps/fastfetch.nix +++ b/apps/fastfetch.nix @@ -154,6 +154,6 @@ # Stylish prompt with icons # Shows: ╭─ user@host ~/current/directory (git-branch) # ╰─❯ - PS1="${RESET}${BCYAN}╭─${RESET} ${BPURPLE}\u${RESET}${CYAN}@${RESET}${BBLUE}\h${RESET} ${BGREEN} \w${RESET}${YELLOW}\$(parse_git_branch)${RESET}\n${BCYAN}╰─${BPURPLE}❯${RESET} " + PS1="''${RESET}''${BCYAN}╭─''${RESET} ''${BPURPLE}\u''${RESET}''${CYAN}@''${RESET}''${BBLUE}\h''${RESET} ''${BGREEN} \w''${RESET}''${YELLOW}\$(parse_git_branch)''${RESET}\n''${BCYAN}╰─''${BPURPLE}❯''${RESET} " ''; }