From 409e18f7cb0044a86153fd1989d62494c288d605 Mon Sep 17 00:00:00 2001 From: John Fred Fadrigalan Date: Tue, 20 Apr 2021 01:18:40 +0800 Subject: [PATCH 1/3] Clean candy theme --- clean_files.txt | 1 + themes/candy/candy.theme.bash | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/clean_files.txt b/clean_files.txt index d5d0b038..dcbbccc0 100644 --- a/clean_files.txt +++ b/clean_files.txt @@ -46,6 +46,7 @@ themes/command_duration.theme.bash themes/easy themes/modern themes/purity +themes/candy # plugins # diff --git a/themes/candy/candy.theme.bash b/themes/candy/candy.theme.bash index 60bde3cd..be53d373 100644 --- a/themes/candy/candy.theme.bash +++ b/themes/candy/candy.theme.bash @@ -1,7 +1,7 @@ -#!/usr/bin/env bash +# shellcheck shell=bash function prompt_command() { - PS1="${green}\u@\h $(clock_prompt) ${reset_color}${white}\w${reset_color}$(scm_prompt_info)${blue} →${bold_blue} ${reset_color} ${normal}"; + PS1="${green}\u@\h $(clock_prompt) ${reset_color}${white}\w${reset_color}$(scm_prompt_info)${blue} →${bold_blue} ${reset_color} ${normal}" } THEME_CLOCK_COLOR=${THEME_CLOCK_COLOR:-"$blue"} From c0fa514f7d3f55a33ebf487feb874b145b81cddd Mon Sep 17 00:00:00 2001 From: John Fred Fadrigalan Date: Tue, 20 Apr 2021 01:40:52 +0800 Subject: [PATCH 2/3] Place 'theme/clean' alphabetically on clean_files.txt --- clean_files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clean_files.txt b/clean_files.txt index dcbbccc0..687b4e88 100644 --- a/clean_files.txt +++ b/clean_files.txt @@ -42,11 +42,11 @@ themes/bobby themes/bobby-python themes/brainy themes/brunton +themes/candy themes/command_duration.theme.bash themes/easy themes/modern themes/purity -themes/candy # plugins # From 370c5b349efec92ec49bdf65def62a07e28849c0 Mon Sep 17 00:00:00 2001 From: John Fred Fadrigalan Date: Tue, 20 Apr 2021 01:48:37 +0800 Subject: [PATCH 3/3] Sort theme section --- clean_files.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clean_files.txt b/clean_files.txt index 687b4e88..d959e041 100644 --- a/clean_files.txt +++ b/clean_files.txt @@ -28,14 +28,13 @@ bash_it.sh # themes # -themes/agnoster themes/90210 -themes/powerline -themes/barbuk +themes/agnoster themes/atomic themes/axin -themes/base.theme.bash themes/bakke +themes/barbuk +themes/base.theme.bash themes/binaryanomaly themes/bira themes/bobby @@ -46,6 +45,7 @@ themes/candy themes/command_duration.theme.bash themes/easy themes/modern +themes/powerline themes/purity # plugins