#!/bin/bash # shellcheck disable=SC2034,SC2154 unset minterm # Import colors _colors_bash "$@" PROMPT_COMMAND=' last_status=$? ps1_status="$(exitstatus "$last_status")" ps1_git="$(__prompt_git)" ps1_time="$(printf "%b%s" "${BOLD}${GREY}" "$(date +%H:%M)")" ' minterm="\n\ \[${BOLD}${CYAN}\]┌─\ \[${BOLD}${YELLOW}\]\u\ \[${BOLD}${CYAN}\]@\ \[${BOLD}${GREY}\]\h\[$RESET\] \ \${ps1_status}\[$RESET\] \ \[${BOLD}${WHITE}\][\$PWD]\ \${ps1_git}\n\ \[${BOLD}${CYAN}\]╰─➤\[$RESET\] \ \${ps1_time}\[$RESET\] \ \[${BOLD}${GREEN}\]$SYMBOL \[$RESET\]" unset _psi : "${_psi:=\[${BOLD}${CYAN}\]=>\[$RESET\] }"