Clean candy theme

pull/1870/head
John Fred Fadrigalan 2021-04-20 01:18:40 +08:00
parent 5e723842b8
commit 409e18f7cb
No known key found for this signature in database
GPG Key ID: 4C23960F72FC911F
2 changed files with 3 additions and 2 deletions

View File

@ -46,6 +46,7 @@ themes/command_duration.theme.bash
themes/easy
themes/modern
themes/purity
themes/candy
# plugins
#

View File

@ -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"}