#!/bin/bash # shellcheck disable=SC1117,SC2034,SC2154 unset special # Import colors _colors_bash "$@" _prompt_local_name() { case ${LANG/_*/} in es) printf "Ubicación Actual:" ;; *) printf "Current Location:" ;; esac } PROMPT_COMMAND=' last_status=$? ps1_status="$(exitstatus "$last_status")" ps1_loc="$(_prompt_local_name)" ps1_git="$(__prompt_git)" ' special="\n\ \[$RESET\]\ \[${BOLD}${YELLOW}\][\${ps1_loc}\ \[$RESET\] \[${BOLD}${GREY}\]\w\ \[${BOLD}${YELLOW}\]]\[$RESET\] \ \[${BOLD}${CYAN}\]hist:\!\[$RESET\]\n\ \[${BOLD}${GREY}\]\ \D{%Y-%m-%d}@\D{%I:%M%p}\[$RESET\] \ \${ps1_status}\[$RESET\]\ \${ps1_git}\n\ \[${BOLD}${GREEN}\]$SYMBOL \[$RESET\]" unset _psi : "${_psi:=\[${BOLD}${CYAN}\]=>\[$RESET\] }"