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