From b119540ce7e28d2d09904ebc17aaf5f9e8924d57 Mon Sep 17 00:00:00 2001 From: Russell Date: Sun, 27 Dec 2020 07:24:52 -0800 Subject: [PATCH] Add comment to install "t" and disable "todo.plugin" (#1742) This commit is intended to help new uses of the modern-t theme get it set up properly and avoid the "todo.plugin" breaking it Please see the following issues for details. https://github.com/Bash-it/bash-it/issues/1693 https://github.com/Bash-it/bash-it/issues/1374 Co-authored-by: Russell Adams --- themes/modern-t/modern-t.theme.bash | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/modern-t/modern-t.theme.bash b/themes/modern-t/modern-t.theme.bash index da5f9446..48e923aa 100644 --- a/themes/modern-t/modern-t.theme.bash +++ b/themes/modern-t/modern-t.theme.bash @@ -1,3 +1,10 @@ +# The "modern-t" theme is a "modern" theme variant with support +# for "t", the minimalist python todo list utility by Steve Losh. +# Get and install "t" at https://github.com/sjl/t#installing-t +# +# Warning: The Bash-it plugin "todo.plugin" breaks the "t" +# prompt integration, please disable it while using this theme. + SCM_THEME_PROMPT_PREFIX="" SCM_THEME_PROMPT_SUFFIX=""