From f22964f55ba8edd70a80237c232a0be79108af46 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 24 Aug 2022 09:20:01 +0200 Subject: Reduce spacing in bash's PS1 --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 54c0aa0..f526efa 100644 --- a/.bashrc +++ b/.bashrc @@ -98,7 +98,7 @@ __precmd() fi # Add the exit code of the previous command - PS1+=" " + PS1+=" " if [[ $previous_exit -ne 0 ]] then -- cgit v1.1