#!/bin/bash # shellcheck disable=SC2034,SC2154 unset pure # 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)")" ' pure="\ \[${BOLD}${GREEN}\]\u\[$RESET\] \ \[${BOLD}${YELLOW}\][\ \[${BOLD}${RED}\]\w\ \[${BOLD}${YELLOW}\]]\[$RESET\] \ \${ps1_status}\[$RESET\] \ \${ps1_time}\ \${ps1_git}\ \n\[${BOLD}${CYAN}\]$SYMBOL \[$RESET\]" unset _psi : "${_psi:=\[${BOLD}${CYAN}\]=>\[$RESET\] }"