diff options
Diffstat (limited to 'hyperterm/themes/special.sh')
-rw-r--r-- | hyperterm/themes/special.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/hyperterm/themes/special.sh b/hyperterm/themes/special.sh index 3820573..08b2f87 100644 --- a/hyperterm/themes/special.sh +++ b/hyperterm/themes/special.sh @@ -26,11 +26,7 @@ special=("\n\ \[${BOLD}${GREY}\]\ \D{%Y-%m-%d}@\D{%I:%M%p}\[$RESET\] \ \$(exitstatus)\[$_PROMPT_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\ +\$(__prompt_git)\n\ \[${BOLD}${GREEN}\]$SYMBOL \[$RESET\]") export special |