From 289a21f355a1b239eecf3f388a24c4e09a8f3a52 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Mon, 21 Nov 2022 11:52:01 -0500 Subject: [PATCH] fix ps1 colors in bashrc --- config/bash/.bashrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/bash/.bashrc b/config/bash/.bashrc index ef6e312..e92d26d 100644 --- a/config/bash/.bashrc +++ b/config/bash/.bashrc @@ -283,13 +283,13 @@ PS1="\W \\$ " # PS1="[\u@\h:\W]\\$ " # PS1="\u@\h:\W\\$ " # *color prompts* -# PS1="${bold}${blue}\W ${yellow}\\$ ${reset}" -# PS1="${bold}${purple}\u${yellow}@${cyan}\h${white}:${blue}\W ${yellow}\\$ ${reset}" +# PS1="${bold}${bright_blue}\W ${bright_yellow}\\$ ${reset}" +# PS1="${bold}${bright_magenta}\u${bright_yellow}@${bright_cyan}\h${white}:${bright_blue}\W ${bright_yellow}\\$ ${reset}" # *git color prompts* -# PS1="${bold}${blue}\W\$(parse_git)${green} \\$ ${reset}" -# PS1="${bold}${white}\t ${blue}\W\$(parse_git) ${cyan}\\$ ${reset}" -# PS1="${bold}${purple}\u${yellow}@${cyan}\h${white}:${blue}\W\$(parse_git)${green} \\$ ${reset}" -# PS1="${bold}\n${cyan}\u ${white}at ${yellow}\h ${white}in ${blue}\w ${white}on \$(parse_git)\n${yellow}\\$ ${reset}" +# PS1="${bold}${bright_blue}\W\$(parse_git)${bright_green} \\$ ${reset}" +# PS1="${bold}${white}\t ${bright_blue}\W\$(parse_git) ${bright_cyan}\\$ ${reset}" +# PS1="${bold}${bright_yellow}\u${bright_magenta}@${bright_cyan}\h${white}:${bright_blue}\W\$(parse_git)${bright_green}\\$ ${reset}" +# PS1="${bold}\n${bright_cyan}\u ${white}at ${bright_yellow}\h ${white}in ${bright_blue}\w ${white}on \$(parse_git)\n${bright_yellow}\\$ ${reset}" # bash autocompletion if ! shopt -oq posix; then