aboutsummaryrefslogtreecommitdiffstats
path: root/hyperterm/themes/default.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hyperterm/themes/default.sh')
-rw-r--r--hyperterm/themes/default.sh27
1 files changed, 27 insertions, 0 deletions
diff --git a/hyperterm/themes/default.sh b/hyperterm/themes/default.sh
new file mode 100644
index 0000000..24843e8
--- /dev/null
+++ b/hyperterm/themes/default.sh
@@ -0,0 +1,27 @@
+#!/bin/bash
+# shellcheck disable=SC1117
+
+unset default
+
+# Import colors
+_colors_bash "$@"
+
+default=("\n\
+\[$RESET\]\
+\[${BOLD}${YELLOW}\][ \u \
+\[${BOLD}${BLUE}\]| \D{%Y-%m-%d} |\
+\[${BOLD}${RED}\] \D{%I:%M%p} ]\n\
+\[$RESET\]\
+\[${BOLD}${WHITE}\][\$PWD]\[$RESET\] \
+\$(exitstatus)\[$RESET\]\
+\$( _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}${GREEN}\]$SYMBOL \[$RESET\]")
+
+export default
+
+unset _psi
+: "${_psi:=\[${BOLD}${CYAN}\]=>\[$RESET\] }"