bashrc.cust: Don't exit if any background job is running

This commit is contained in:
2021-08-11 14:43:13 +02:00
parent 59bdefa15f
commit 7b8b161fee

View File

@@ -7,3 +7,4 @@ PS1="\[\033[0;31m\]\342\224\214\342\224\200\$([[ \$? != 0 ]] && echo \"(\[\033[0
# Attibutes # Attibutes
bind "set completion-ignore-case on" bind "set completion-ignore-case on"
shopt -s autocd shopt -s autocd
shopt -s checkjobs