YOCMTK3SDMNEBGLXZAIS3QEJPX2AJJK7XG3YCJ5HLGN5WJ5WRRNAC set -x channel (pijul channel 2> /dev/null | grep -e '\*' | sed 's/*//' )
set -x channel (pijul channel 2> /dev/null | grep -e '\*' | sed 's/*//' ) # Greping out channel name and striping asterixset -x repo_name (pwd | rev | cut -d'/' -f1 | rev) # Grabbing last directory in the Path ()set -x my_pwd (pwd | sed 's,/*[^/]\+/*$,,') # Grabbing Pwd without last directory# Yellow PWD with space at the endset_color -b yellowset_color blackecho -n $my_pwdecho -n ' '
set_color -b blueset_color blackecho -n (whoami)echo -n "@"echo -n (hostname) ''set_color -b yellowset_color blackecho -n '' (prompt_pwd) ''echo -n (parse_pijul_channel)echo -n ' '
# Blue name@hostset_color -b blueset_color blackecho -n (whoami)echo -n "@"echo -n (hostname)echo -n ' '# Blue markset_color -b yellowset_color blueecho -n $mark; set_color blackecho -n ' 'echo -n (parse_pijul_channel)echo -n ' '