From 8e22a7be6a70fb6e359e19fc2bf51270db6f8bc0 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 30 Nov 2024 10:19:57 +0200 Subject: feat(bash): Show bg jobs info when trying to exit --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 829b9db..4344928 100644 --- a/.bashrc +++ b/.bashrc @@ -294,6 +294,8 @@ EOF comm=($(awk -F= '$1=="Exec"{$1=""; print}' "$name")) bgr "$comm" } + + shopt -s checkjobs # }}} # Variables {{{ -- cgit v1.2.3