Use smaller space in prompt

This commit is contained in:
Anthony Rose 2019-11-21 12:22:44 +00:00
parent a74f3bdce2
commit 5f681bb022

View file

@ -28,7 +28,7 @@ export TIME_STYLE="long-iso"
export EDITOR=vi export EDITOR=vi
export PYTHONWARNINGS="ignore::UserWarning" export PYTHONWARNINGS="ignore::UserWarning"
PS1="$ " PS1="$ "
if /bin/test -z "${HOST}"; then if /bin/test -z "${HOST}"; then
HOST="$(hostname)" HOST="$(hostname)"
fi fi