#!/bin/bash # shellcheck disable=SC1117,SC2034,SC2154 unset default # Import colors _colors_bash "$@" PROMPT_COMMAND=' last_status=$? ps1_status="$(exitstatus "$last_status")" ps1_git="$(__prompt_git)" ' default=("\n\ \[$RESET\]\ \[${BOLD}${YELLOW}\][ \u \ \[${BOLD}${BLUE}\]| \D{%Y-%m-%d} |\ \[${BOLD}${RED}\] \D{%I:%M%p} ]\n\ \[$RESET\]\ \[${BOLD}${WHITE}\][\$PWD]\[$RESET\] \ \${ps1_status}\[$RESET\]\ \${ps1_git}\ \n\[${BOLD}${GREEN}\]$SYMBOL \[$RESET\]") unset _psi : "${_psi:=\[${BOLD}${CYAN}\]=>\[$RESET\] }"