From 409e18f7cb0044a86153fd1989d62494c288d605 Mon Sep 17 00:00:00 2001 From: John Fred Fadrigalan Date: Tue, 20 Apr 2021 01:18:40 +0800 Subject: [PATCH] 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"}