Add -> simple new theme

This commit is contained in:
Jesús
2021-08-17 16:26:59 -05:00
parent baefc5c6f9
commit 0a58526fd7
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
#!/bin/bash
unset simple
# Import colors
_colors_bash "$@"
__time_out_command() {
cut -d\ -f1 /proc/loadavg
}
: "${simple:=\n\
\[${RESET}\]\
\[${BOLD}${GREY}\]\
\$(__time_out_command) \
\$(exitstatus)\
\$(__prompt_git)\
\[${BOLD}${GREEN}\] $SYMBOL \[$RESET\]}"
unset _psi
: "${_psi:=\[${BOLD}${CYAN}\]=>\[$RESET\] }"