aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-27 02:41:56 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-27 02:41:56 +1300
commitd71d8492a373306333711da74c3318f9c2c67d53 (patch)
treecce10030688de84dcec1d0e3509a4f6ce552c0d9 /bash/bashrc.d
parentTell ShellCheck to ignore an error (diff)
downloaddotfiles-d71d8492a373306333711da74c3318f9c2c67d53.tar.gz
dotfiles-d71d8492a373306333711da74c3318f9c2c67d53.zip
Add workaround to what looks like a bug to me
Diffstat (limited to 'bash/bashrc.d')
-rw-r--r--bash/bashrc.d/prompt.bash5
1 files changed, 5 insertions, 0 deletions
diff --git a/bash/bashrc.d/prompt.bash b/bash/bashrc.d/prompt.bash
index aa96cdda..123c4146 100644
--- a/bash/bashrc.d/prompt.bash
+++ b/bash/bashrc.d/prompt.bash
@@ -156,6 +156,11 @@ prompt() {
} >/dev/null 2>&1
+ # For some reason, five commands in the above block seem to stick
+ # around as jobs after this command is over; I don't know why, but
+ # this clears it; might be a bug
+ jobs >/dev/null
+
# Print the status in brackets; add a git: prefix only if there
# might be another VCS prompt (because PROMPT_VCS is set)
printf '(%s%s%s%s)' \