#!/bin/bash
#########################################################
#                                                       #
# This is BashStyle-NG                                  #
#                                                       #
# Licensed under GNU GENERAL PUBLIC LICENSE v3          #
#                                                       #
# Copyright Christopher Roy Bratušek                    #
#                                                       #
#########################################################

_show_editmode=$(ini_get show_editmode)
check bt ${_show_editmode} && _prompt_prefix=' '

PS1="\n${color_separator}${_prompt_prefix}⊏⁅ ${color_user}\u${color_ps} ⁑ ${color_host}\h ${color_separator}⁆⁅ ${color_date}\d ${color_ps}⁑ ${color_time}\t${color_ps} ⁑ ${color_uptime}\$(systemkit uptime)${color_separator} ⁆⊐
⊏⁅${color_wdir} \$(truncpwd)${SEPA_NG_1_COLOR}\$(SEPA_NG_1) ${color_separator}⁆⊐≻${color_font} "

unset _show_editmode