From 722db3814a6f676efb51f10300bc77b68c67875e Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 27 Jan 2020 19:07:14 +0000 Subject: [PATCH] Swap tabs for spaces --- roles/home-cli/files/shrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index 8cd4ead..12a0a16 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -34,9 +34,9 @@ if /bin/test -z "${HOST}"; then HOST="$(hostname)" fi if /bin/test $(id -u) -eq 0; then - export PS1="${HOST%%.*}# " + export PS1="${HOST%%.*}# " else - export PS1="${HOST%%.*}$ " + export PS1="${HOST%%.*}$ " fi if [ "$BASH" ]; then