Merge pull request #1870 from cevhyruz/clean-candy-theme

Clean candy theme
pull/1875/head
Noah Gorny 2021-04-19 21:49:23 +03:00 committed by GitHub
commit 7cd94e1f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View File

@ -28,23 +28,24 @@ bash_it.sh
# themes # themes
# #
themes/agnoster
themes/90210 themes/90210
themes/powerline themes/agnoster
themes/barbuk
themes/atomic themes/atomic
themes/axin themes/axin
themes/base.theme.bash
themes/bakke themes/bakke
themes/barbuk
themes/base.theme.bash
themes/binaryanomaly themes/binaryanomaly
themes/bira themes/bira
themes/bobby themes/bobby
themes/bobby-python themes/bobby-python
themes/brainy themes/brainy
themes/brunton themes/brunton
themes/candy
themes/command_duration.theme.bash themes/command_duration.theme.bash
themes/easy themes/easy
themes/modern themes/modern
themes/powerline
themes/purity themes/purity
# plugins # plugins

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash # shellcheck shell=bash
function prompt_command() { 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"} THEME_CLOCK_COLOR=${THEME_CLOCK_COLOR:-"$blue"}