#!/bin/bash

# prompt found in Debian GNU/Linux distibutions

PS1="${RESET_CHARSET}"
# shellcheck disable=SC2154
PS1+='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '