change default bash prompt

This commit is contained in:
James Dixon 2025-03-23 23:23:48 -04:00
parent 71803dd074
commit 523758c370

View File

@ -293,13 +293,13 @@ parse_git() {
# PS1="\u@\h:\W\\$ " # PS1="\u@\h:\W\\$ "
# *color prompts* # *color prompts*
# PS1="${bold}${bright_blue}\w ${white}\\$ ${reset}" PS1="\w ${bright_yellow}\\$ ${reset}"
# PS1="${bold}${bright_cyan}\u${bright_magenta}@${bright_yellow}\h${white}:${bright_blue}\w${white}\\$ ${reset}" # PS1="${bold}${bright_cyan}\u${bright_magenta}@${bright_yellow}\h${white}:${bright_blue}\w${white}\\$ ${reset}"
# *git color prompts* # *git color prompts*
# PS1="${bold}${bright_blue}\w\$(parse_git)${white} \\$ ${reset}" # PS1="${bold}${bright_blue}\w\$(parse_git)${white} \\$ ${reset}"
# PS1="${bold}${white}\t ${bright_blue}\w\$(parse_git) ${white}\\$ ${reset}" # PS1="${bold}${white}\t ${bright_blue}\w\$(parse_git) ${white}\\$ ${reset}"
PS1="${bold}${bright_cyan}\u${bright_magenta}@${bright_yellow}\h${white}:${bright_blue}\w\$(parse_git)${white}\\$ ${reset}" # PS1="${bold}${bright_cyan}\u${bright_magenta}@${bright_yellow}\h${white}:${bright_blue}\w\$(parse_git)${white}\\$ ${reset}"
##* bash completions and integrations *## ##* bash completions and integrations *##