diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index 633f58f..e116553 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -76,7 +76,7 @@ done umask 0022 # Other exports. -export PS1="${PS1:-\$\ }" +export PS1="${PS1:-\$ }" export TIME_STYLE=long-iso # Used by GNU 'ls'. if [ "$(uname -s)" = Darwin ]