Fix PS1 for /bin/sh
This commit is contained in:
parent
aada471a79
commit
dbadc49eea
1 changed files with 1 additions and 1 deletions
|
@ -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 ]
|
||||||
|
|
Loading…
Reference in a new issue