Bash theme for dom0 that show dom0 mode - persistent (/dev/mapper/qubes_dom0-root) or live ram mode (/dev/zram0 or overlay) Add this code into .bashrc instead of the default code: # .bashrc # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi # User specific environment if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]] then PATH="$HOME/.local/bin:$HOME/bin:$PATH" fi export PATH ########################### export VIRTUAL_ENV_DISABLE_PROMPT=true __qubes_update_prompt_data(...