diff options
author | Patrick Spek <p.spek@tyil.nl> | 2022-08-24 09:20:01 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2022-10-19 11:30:00 +0200 |
commit | f22964f55ba8edd70a80237c232a0be79108af46 (patch) | |
tree | c8b4fdffa35da33bdcd3b7c71cd66aeaa33f5957 | |
parent | 5567637cd78c2eb651de5b53da8001b15a146a4c (diff) | |
download | dotfiles-f22964f55ba8edd70a80237c232a0be79108af46.tar.gz dotfiles-f22964f55ba8edd70a80237c232a0be79108af46.tar.bz2 |
Reduce spacing in bash's PS1
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ __precmd() fi # Add the exit code of the previous command - PS1+=" " + PS1+=" " if [[ $previous_exit -ne 0 ]] then |