From 3f688170478571f2de2d5c0457c655f878f63fa3 Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Wed, 28 Oct 2020 21:04:04 +0200 Subject: [PATCH] Clean 90210 theme --- clean_files.txt | 1 + themes/90210/90210.theme.bash | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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