.bashrc
$ echo $SHELL
/usr/bin/bashConfigurations
PROMPT_ALTERNATIVE=custom
...
...
case "$PROMPT_ALTERNATIVE" in
...
custom)
PS1='...Last updated
$ echo $SHELL
/usr/bin/bashPROMPT_ALTERNATIVE=custom
...
...
case "$PROMPT_ALTERNATIVE" in
...
custom)
PS1='...Last updated
PROMPT_ALTERNATIVE=twoline
prompt_color='\[\033[01;34m\]'
info_color='\[\033[01;31m\]'
...
...
case "$PROMPT_ALTERNATIVE" in
twoline)
PS1=$prompt_color'βββ${debian_chroot:+($debian_chroot)ββ}${VIRTUAL_ENV:+(\[\033[0;1m\]$(basename $VIRTUAL_ENV)'$prompt_color')}('$info_color'\u@\h'$prompt_color')-[\[\033[0;1m\]\w'$prompt_color']\n'$prompt_color'ββ'$info_color'\$\[\033[0m\] ';