aboutsummaryrefslogtreecommitdiffstats
path: root/hyperterm/themes/light_theme.sh
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-08-17 16:26:03 -0500
committerJesús <heckyel@hyperbola.info>2021-08-17 16:26:03 -0500
commitbaefc5c6f9e65806452aa7258825b1852959c1f5 (patch)
treeffe76a3cc655eddcf0bc9e626d964a809f7b76d3 /hyperterm/themes/light_theme.sh
parent7a1004b72b8bc738cad56abc212a82cddd1caad0 (diff)
downloadhyperterm-baefc5c6f9e65806452aa7258825b1852959c1f5.tar.lz
hyperterm-baefc5c6f9e65806452aa7258825b1852959c1f5.tar.xz
hyperterm-baefc5c6f9e65806452aa7258825b1852959c1f5.zip
simply __prompt_git
Diffstat (limited to 'hyperterm/themes/light_theme.sh')
-rw-r--r--hyperterm/themes/light_theme.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/hyperterm/themes/light_theme.sh b/hyperterm/themes/light_theme.sh
index 775f5f7..c269aaa 100644
--- a/hyperterm/themes/light_theme.sh
+++ b/hyperterm/themes/light_theme.sh
@@ -13,11 +13,7 @@ _colors_bash "$@"
\[${BOLD}${GREY}\]\h\[$RESET\] \
\$(exitstatus)\[$RESET\] \
\[${BOLD}${WHITE}\][\$PWD]\
-\$( _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\]\")\
+\$(__prompt_git)\
\n\[${BOLD}${CYAN}\]╰─➤\[${BOLD}${GREEN}\]$SYMBOL \[$RESET\]}"
unset _psi