Swap tabs for spaces

This commit is contained in:
Anthony Rose 2020-01-27 19:07:14 +00:00
parent 00bf56cd94
commit 722db3814a

View file

@ -34,9 +34,9 @@ if /bin/test -z "${HOST}"; then
HOST="$(hostname)"
fi
if /bin/test $(id -u) -eq 0; then
export PS1="${HOST%%.*}# "
export PS1="${HOST%%.*}# "
else
export PS1="${HOST%%.*}$ "
export PS1="${HOST%%.*}$ "
fi
if [ "$BASH" ]; then