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="$(hostname):"'$PWD > '
PS1="$(hostname):"'$PWD> '
PS1="${LOGNAME}@$(hostname):"'$PWD> '
# PS1=${LOGIN}:$(uname -n):'$PWD>'
root:XXX:/>_
root:XXX:/>echo "PS1 is [$PS1]"
PS1 is [root:XXX:$PWD>]
root:XXX:/>_