Update fastfetch.nix

This commit is contained in:
ediblerope 2025-12-03 20:24:57 +00:00 committed by GitHub
parent fd76fc7258
commit daaea80dd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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} "
'';
}