aboutsummaryrefslogtreecommitdiff
path: root/shell/ash
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-01-22 20:22:08 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2021-01-23 11:02:04 -0500
commitcee85ee94fbcd38b2cd506f51e4308f81c622247 (patch)
treee2eebefbba46ab09df1936f7e2eb10d9a2264012 /shell/ash
parent9fb0d9bba9b51096be32c47a92e04c5199bdf3ab (diff)
downloaddotfiles-cee85ee94fbcd38b2cd506f51e4308f81c622247.tar.gz
dotfiles-cee85ee94fbcd38b2cd506f51e4308f81c622247.tar.xz
Update the shell configuration a bit
Diffstat (limited to 'shell/ash')
-rw-r--r--shell/ash2
1 files changed, 1 insertions, 1 deletions
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
;;