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 asterix
set -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 end
set_color -b yellow
set_color black
echo -n $my_pwd
echo -n ' '
set_color -b blue
set_color black
echo -n (whoami)
echo -n "@"
echo -n (hostname) ''
set_color -b yellow
set_color black
echo -n '' (prompt_pwd) ''
echo -n (parse_pijul_channel)
echo -n ' '
# Blue name@host
set_color -b blue
set_color black
echo -n (whoami)
echo -n "@"
echo -n (hostname)
echo -n ' '
# Blue mark
set_color -b yellow
set_color blue
echo -n $mark; set_color black
echo -n ' '
echo -n (parse_pijul_channel)
echo -n ' '