From baefc5c6f9e65806452aa7258825b1852959c1f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 17 Aug 2021 16:26:03 -0500 Subject: simply __prompt_git --- hyperterm/themes/pure.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'hyperterm/themes/pure.sh') diff --git a/hyperterm/themes/pure.sh b/hyperterm/themes/pure.sh index a4fbdb3..62958de 100644 --- a/hyperterm/themes/pure.sh +++ b/hyperterm/themes/pure.sh @@ -12,11 +12,7 @@ _colors_bash "$@" \[${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\]\")\ +\$(__prompt_git)\ \n\[${BOLD}${CYAN}\]$SYMBOL \[$RESET\]}" unset _psi -- cgit v1.2.3