Summary Files CommitsBranches @commit@diff
path: root/.bashrc
diff options
context:
space:
mode:
Commit8e22a7be6a70fb6e359e19fc2bf51270db6f8bc0 (patch )
AuthorSyndamia <kamen@syndamia.com>2024-11-30 10:19:57 +0200
CommitterSyndamia <kamen@syndamia.com>2024-11-30 10:19:57 +0200
Files3c3294ddd24075af1e0a00ac1cd452eaf3057a14 /.bashrc
dotfiles-8e22a7be6a70fb6e359e19fc2bf51270db6f8bc0.tar
dotfiles-8e22a7be6a70fb6e359e19fc2bf51270db6f8bc0.tar.gz
dotfiles-8e22a7be6a70fb6e359e19fc2bf51270db6f8bc0.zip
Parente86874bff89f60f92022371d1a0139073ec712d3 (diff)
feat(bash): Show bg jobs info when trying to exit
1 files changed, 2 insertions, 0 deletions
-rw-r--r--.bashrc2
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 {{{