From 5f681bb0228ec9bfc604fafb8a6d59cba109931d Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 21 Nov 2019 12:22:44 +0000 Subject: [PATCH] Use smaller space in prompt --- 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 7cb05a5..b89b9f7 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -28,7 +28,7 @@ export TIME_STYLE="long-iso" export EDITOR=vi export PYTHONWARNINGS="ignore::UserWarning" -PS1="$ " +PS1="$ " if /bin/test -z "${HOST}"; then HOST="$(hostname)" fi