File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ byobu (6.3) jammy; urgency=medium
4
4
- within Wolfi, default to our 2nd status line
5
5
* usr/lib/byobu/updates_available:
6
6
- silence apk update
7
+ * usr/share/byobu/profiles/bashrc:
8
+ - support ash for colorized prompt
7
9
8
- -- Dustin Kirkland <
[email protected] > Tue, 02 Jan 2024 19:
09:57 -0600
10
+ -- Dustin Kirkland <
[email protected] > Tue, 02 Jan 2024 19:
22:05 -0600
9
11
10
12
byobu (6.2) released; urgency=medium
11
13
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ case "$TERM" in
24
24
;;
25
25
esac
26
26
if [ -n " $TMUX " ] || [ " ${TERMCAP#* screen} " != " ${TERMCAP} " ]; then
27
- # Ensure that we're in bash, in a byobu environment
28
- if [ -n " $BYOBU_BACKEND " ] && [ -n " $BASH " ]; then
27
+ # Ensure that we're in bash or ash , in a byobu environment
28
+ if [ -n " $BYOBU_BACKEND " ] && [ -n " $BASH " ] || [ " $SHELL " = " /bin/ash " ] ; then
29
29
byobu_prompt_status () { local e=$? ; [ $e != 0 ] && echo -e " $e " ; }
30
30
[ -n " $BYOBU_CHARMAP " ] || BYOBU_CHARMAP=$( locale charmap 2> /dev/null || echo)
31
31
byobu_prompt_symbol () {
You can’t perform that action at this time.
0 commit comments