env: Reset formatting in PS1 after printing '#' Before, we could end up with bolded text by not being in a git repository. Oops.
1 files changed, 1 insertions(+), 1 deletions(-) M .env
M .env => .env +1 -1
@@ 46,7 46,7 @@ prompt_git() { fi } PS1='$(printf "\033[1;38;5;85m${USER}${SSH_CLIENT:+${red}@${underline_cyan}$(uname -n)}${reset}${bold}:\033[38;5;75m${PWD#${HOME}/}${reset}${bold}#") $(prompt_git)' PS1='$(printf "\033[1;38;5;85m${USER}${SSH_CLIENT:+${red}@${underline_cyan}$(uname -n)}${reset}${bold}:\033[38;5;75m${PWD#${HOME}/}${reset}${bold}#${reset}") $(prompt_git)' { if which exa >/dev/null 2>/dev/null; then