diff --git a/clean_files.txt b/clean_files.txt index e69de29b..f0f8457e 100644 --- a/clean_files.txt +++ b/clean_files.txt @@ -0,0 +1 @@ +themes/90210/90210.theme.bash diff --git a/themes/90210/90210.theme.bash b/themes/90210/90210.theme.bash index e683e0ef..97c23f0e 100644 --- a/themes/90210/90210.theme.bash +++ b/themes/90210/90210.theme.bash @@ -10,8 +10,8 @@ GIT_THEME_PROMPT_PREFIX=" ${green}|" GIT_THEME_PROMPT_SUFFIX="${green}|" # Nicely formatted terminal prompt -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}\$ " +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}\$ " } safe_append_prompt_command prompt_command