home/zsh: add RPS1 info for bubblewrap

This commit is contained in:
Asmir A 2024-04-01 11:31:40 +02:00
parent 4ba5fdb24e
commit 4026db64a9
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -103,6 +103,10 @@
TMUX_EXE="${pkgs.tmux}/bin/tmux"
systemd-run --scope --user $TMUX_EXE attach-session -t $USER || systemd-run --scope --user $TMUX_EXE new-session -s $USER
fi
if [[ -n "$BUBBLEWRAP_DIR" ]]; then
RPS1="{{$BUBBLEWRAP_DIR}}"
fi
'';
};
}