From 7b8b161feebc76e30c8c4f257b98133f155b049d Mon Sep 17 00:00:00 2001 From: mattia Date: Wed, 11 Aug 2021 14:43:13 +0200 Subject: [PATCH] bashrc.cust: Don't exit if any background job is running --- bashrc.cust | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc.cust b/bashrc.cust index 0b23a39..858f4a6 100644 --- a/bashrc.cust +++ b/bashrc.cust @@ -6,4 +6,5 @@ PS1="\[\033[0;31m\]\342\224\214\342\224\200\$([[ \$? != 0 ]] && echo \"(\[\033[0 # Attibutes bind "set completion-ignore-case on" -shopt -s autocd \ No newline at end of file +shopt -s autocd +shopt -s checkjobs \ No newline at end of file