From 7e95c3b667a1b353f8275db886203f272bfcce34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 10 Feb 2021 13:52:52 -0500 Subject: first commit --- hyperterm/themes/pure.sh | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 hyperterm/themes/pure.sh (limited to 'hyperterm/themes/pure.sh') diff --git a/hyperterm/themes/pure.sh b/hyperterm/themes/pure.sh new file mode 100644 index 0000000..a4fbdb3 --- /dev/null +++ b/hyperterm/themes/pure.sh @@ -0,0 +1,23 @@ +#!/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_is_on_git &> /dev/null && \ + echo -n \" \[${BOLD}${WHITE}\]on\[$RESET\] \" && \ + echo -n \"\$(_prompt_get_git_info)\" && \ + echo -n \"\[${BOLD}${RED}\]\$(_get_git_progress)\" && \ + echo -n \"\[$RESET\]\")\ +\n\[${BOLD}${CYAN}\]$SYMBOL \[$RESET\]}" + +unset _psi +: "${_psi:=\[${BOLD}${CYAN}\]=>\[$RESET\] }" -- cgit v1.2.3