From 135f36fba3171954229d1b14f1771548c3f5b1fe Mon Sep 17 00:00:00 2001 From: jasamandehvary <100361463+jasamandehvary@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:14:21 +0200 Subject: [PATCH 1/2] Fix formatting issues in README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index b56eacff58..c54792a90a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,7 +10,7 @@ 97% of the code is compatible with bash 3.2+ but we are geared also toward power users, and one or two of the more complex plugins may need bash 5 features to run. If you happen to be "stuck" on an older version of bash, we have code in place to prevent you -from running those modules and getting errors. It's a short list though, and none of the core code. +from running those modules and getting errors. It's a short list though, and none of the core code. Includes autocompletion, themes, aliases, custom functions, a few stolen pieces from Steve Losh, and more. From b6266bb6d011f5b7d53fd8b0bc44623d21bce980 Mon Sep 17 00:00:00 2001 From: jasamandehvary <100361463+jasamandehvary@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:19:37 +0200 Subject: [PATCH 2/2] Fix theme prompt formatting in bira.theme.bash --- themes/bira/bira.theme.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/bira/bira.theme.bash b/themes/bira/bira.theme.bash index cba4e425b8..87e5d95e4a 100644 --- a/themes/bira/bira.theme.bash +++ b/themes/bira/bira.theme.bash @@ -3,7 +3,6 @@ SCM_THEME_PROMPT_PREFIX=" ${yellow?}‹" SCM_THEME_PROMPT_SUFFIX="›${reset_color?}" - VIRTUALENV_THEME_PROMPT_PREFIX=" ${cyan?}‹" VIRTUALENV_THEME_PROMPT_SUFFIX="›${reset_color?}" CONDAENV_THEME_PROMPT_PREFIX=" ${cyan?}‹"