Fix PS1 for /bin/sh

This commit is contained in:
Anthony Rose 2022-08-31 15:11:04 +01:00
parent aada471a79
commit dbadc49eea

View file

@ -76,7 +76,7 @@ done
umask 0022 umask 0022
# Other exports. # Other exports.
export PS1="${PS1:-\$\ }" export PS1="${PS1:-\$ }"
export TIME_STYLE=long-iso # Used by GNU 'ls'. export TIME_STYLE=long-iso # Used by GNU 'ls'.
if [ "$(uname -s)" = Darwin ] if [ "$(uname -s)" = Darwin ]