Clean 90210 theme

pull/1695/head
Noah Gorny 2020-10-28 21:04:04 +02:00
parent af6af2d932
commit 3f68817047
2 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
themes/90210/90210.theme.bash

View File

@ -10,8 +10,8 @@ GIT_THEME_PROMPT_PREFIX=" ${green}|"
GIT_THEME_PROMPT_SUFFIX="${green}|" GIT_THEME_PROMPT_SUFFIX="${green}|"
# Nicely formatted terminal prompt # Nicely formatted terminal prompt
function prompt_command(){ function prompt_command() {
export PS1="\n${bold_black}[${blue}\@${bold_black}]-${bold_black}[${green}\u${yellow}@${green}\h${bold_black}]-${bold_black}[${purple}\w${bold_black}]-$(scm_prompt_info)\n${reset_color}\$ " export PS1="\n${bold_black}[${blue}\@${bold_black}]-${bold_black}[${green}\u${yellow}@${green}\h${bold_black}]-${bold_black}[${purple}\w${bold_black}]-$(scm_prompt_info)\n${reset_color}\$ "
} }
safe_append_prompt_command prompt_command safe_append_prompt_command prompt_command