aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-08-24 09:20:01 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-10-19 11:30:00 +0200
commitf22964f55ba8edd70a80237c232a0be79108af46 (patch)
treec8b4fdffa35da33bdcd3b7c71cd66aeaa33f5957
parent5567637cd78c2eb651de5b53da8001b15a146a4c (diff)
Reduce spacing in bash's PS1
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
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