Files
hyperterm/hyperterm/themes/pure.sh
2021-08-17 16:26:03 -05:00

20 lines
368 B
Bash

#!/bin/bash
unset pure
# Import colors
_colors_bash "$@"
: "${pure:=\
\[${BOLD}${GREEN}\]\u\[$RESET\] \
\[${BOLD}${YELLOW}\][\
\[${BOLD}${RED}\]\w\
\[${BOLD}${YELLOW}\]]\[$RESET\] \
\$(exitstatus)\[$RESET\] \
\[${BOLD}${BLUE}\](\$(date +%H:%M:%S))\
\$(__prompt_git)\
\n\[${BOLD}${CYAN}\]$SYMBOL \[$RESET\]}"
unset _psi
: "${_psi:=\[${BOLD}${CYAN}\]=>\[$RESET\] }"