change default bash prompt
This commit is contained in:
parent
71803dd074
commit
523758c370
@ -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 *##
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user