diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-17 16:26:03 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-17 16:26:03 -0500 |
commit | baefc5c6f9e65806452aa7258825b1852959c1f5 (patch) | |
tree | ffe76a3cc655eddcf0bc9e626d964a809f7b76d3 /hyperterm/themes/joy.sh | |
parent | 7a1004b72b8bc738cad56abc212a82cddd1caad0 (diff) | |
download | hyperterm-baefc5c6f9e65806452aa7258825b1852959c1f5.tar.lz hyperterm-baefc5c6f9e65806452aa7258825b1852959c1f5.tar.xz hyperterm-baefc5c6f9e65806452aa7258825b1852959c1f5.zip |
simply __prompt_git
Diffstat (limited to 'hyperterm/themes/joy.sh')
-rw-r--r-- | hyperterm/themes/joy.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/hyperterm/themes/joy.sh b/hyperterm/themes/joy.sh index c15700d..0f5e8ee 100644 --- a/hyperterm/themes/joy.sh +++ b/hyperterm/themes/joy.sh @@ -18,11 +18,7 @@ _colors_bash "$@" \$(exitstatus)\ \[${BOLD}${CYAN}\]\ \342\224\200\ -\$( _prompt_is_on_git &> /dev/null && \ - echo -n \"\[$RESET\]\" && \ - echo -n \"\$(_prompt_get_git_info)\" && \ - echo -n \"\[${BOLD}${RED}\]\$(_get_git_progress)\" && \ - echo -n \"\[$RESET\]\")\ +\$(__prompt_git)\ \[${BOLD}${CYAN}\]\342\224\200[\ \[${RESET}\]\t\ \[${BOLD}${CYAN}\]]\n\ |