From cee85ee94fbcd38b2cd506f51e4308f81c622247 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Fri, 22 Jan 2021 20:22:08 -0500 Subject: Update the shell configuration a bit --- shell/ash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/ash') diff --git a/shell/ash b/shell/ash index dc8cce0..18c2cf2 100644 --- a/shell/ash +++ b/shell/ash @@ -11,7 +11,7 @@ case "$-" in setaliases export PS1="$ " - if [ $(id -u) -eq 0 ] ; then + if [ "$(id -u)" -eq 0 ] ; then export PS1="# " fi ;; -- cgit v1.2.3