Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
ps1='#' # better use a case or if/else here: root -> # otherwise -> $
REDONYELLOW="^[[0;31;43m" # insert ESC char with ctrl-V ESC
WHITEONBLACK="^[[0;37;40m" # same here
PS1=${REDONYELLOW}$(hostname):'[$PWD]${WHITEONBLACK}
${ps1} '