From a563473b7723b24ebc6006e9cf1c91b0e04df3aa Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 15 Jun 2023 15:29:25 -0400 Subject: [PATCH] test --- homeConfig/modules/bash/config/prompt.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeConfig/modules/bash/config/prompt.nix b/homeConfig/modules/bash/config/prompt.nix index 4e7b6b7..c71fd27 100644 --- a/homeConfig/modules/bash/config/prompt.nix +++ b/homeConfig/modules/bash/config/prompt.nix @@ -21,7 +21,7 @@ function set_ps1_prompt() { git_branch="$(git rev-parse --short HEAD 2>/dev/null)" fi - git_branch=" \[\033[01;31m\]$git_branch󰘬:\[\033[00m\]" + git_branch="\[\033[01;31m\]$git_branch 󰘬:\[\033[00m\]" if [ -f "$(git rev-parse --show-toplevel)/flake.nix" ]; then # If it exists, set the flake icon and color it blue