aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-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