aboutsummaryrefslogtreecommitdiffstats
path: root/hyperterm/themes/pure.sh
blob: 62958dea9ec27bd2475ea2dd957f8cfd0ee8d3cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/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\] }"