permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit d5dbdaa4165689a9a13955d193d7bfb22c3c0e58
parent 450649bee9cfa56261f5613ea01c8dda289dc8e1
Author: spacehobo <spacehobo@web>
Date:   Sat, 16 May 2026 20:31:47 +0200

fix bug with uncoloured

Diffstat:
Mspacehobo.mdwn | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacehobo.mdwn b/spacehobo.mdwn @@ -26,7 +26,7 @@ else PS1='\$ ' type -t __git_ps1 > /dev/null && PS1='$(__git_ps1 "{%s}")'$PS1 PS1='${SSH_CONNECTION:+\h:}\w' - PS1='${_tty:-X}]:+\u${DOAS_USER:+<$DOAS_USER>}${SUDO_USER:+<$SUDO_USER>}@}'$PS1 + PS1='${_tty:+\u${DOAS_USER:+<$DOAS_USER>}${SUDO_USER:+<$SUDO_USER>}@}'$PS1 PS1='${debian_chroot:+($debian_chroot)}'$PS1 PS1='${_noop[$(($?==0))]:+($?)}${_noop[$((\j==0))]:+[\j]}'$PS1 return