From 39e6bc7c6d35fde4202de4ea5d9735653fc7b0db Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 8 Jan 2024 21:31:45 -0600 Subject: [PATCH] drop debian chroot from wolfi ps1 --- debian/changelog | 7 ++++--- usr/share/byobu/profiles/bashrc | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 05b7dd75..e5cc8386 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -byobu (6.5) UNRELEASED; urgency=medium +byobu (6.5) unreleased; urgency=medium - * + * usr/share/byobu/profiles/bashrc: + - drop debian chroot from wolfi ps1 - -- Dustin Kirkland Sun, 07 Jan 2024 16:10:43 -0600 + -- Dustin Kirkland Mon, 08 Jan 2024 21:31:05 -0600 byobu (6.4) released; urgency=medium diff --git a/usr/share/byobu/profiles/bashrc b/usr/share/byobu/profiles/bashrc index 986751de..403c33fe 100644 --- a/usr/share/byobu/profiles/bashrc +++ b/usr/share/byobu/profiles/bashrc @@ -58,7 +58,7 @@ if [ -n "$TMUX" ] || [ "${TERMCAP#*screen}" != "${TERMCAP}" ]; then # For reference: https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.svg # Convert hex to 256: https://gist.githubusercontent.com/MicahElliott/719710/raw/73d047f0a3ffc35f0655488547e7f24fa3f04ea6/colortrans.py # Use Wolfi colors (pink=170 / purple=98 / blue=63); flashing error code on previous command non-zero exit - PS1="${debian_chroot:+($debian_chroot)}\[\e[03;5;15;54m\]\$(byobu_prompt_status)\[\e[00m\]\[\e[38;5;170m\]\u\[\e[00m\]@\[\e[38;5;98m\]\h\[\e[00m\]:\[\e[38;5;63m\]\w\[\e[00m\]\$(byobu_prompt_symbol) " + PS1="\[\e[03;5;15;54m\]\$(byobu_prompt_status)\[\e[00m\]\[\e[38;5;170m\]\u\[\e[00m\]@\[\e[38;5;98m\]\h\[\e[00m\]:\[\e[38;5;63m\]\w\[\e[00m\]\$(byobu_prompt_symbol) " ;; *) # Use Googley colors (blue / red / yellow / blue / green / red )