From dbadc49eea60b04805cbf586d165b73be82ab828 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 31 Aug 2022 15:11:04 +0100 Subject: [PATCH] Fix PS1 for /bin/sh --- roles/home-cli/files/shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]