X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/ea1e72a96015aa41d58ba0633eaa931bf6c671a1..5d1762783236f0a06747432841910f0ccf7068a8:/.zsh/zshrc/99_TODO?ds=inline

diff --git a/.zsh/zshrc/99_TODO b/.zsh/zshrc/99_TODO
index ae9af23..b0084ce 100644
--- a/.zsh/zshrc/99_TODO
+++ b/.zsh/zshrc/99_TODO
@@ -31,6 +31,8 @@ setopt no_bgnice
 setopt nohup
 # do alert me of running jobs before exiting
 setopt checkjobs
+# display PID when suspending processes as well
+setopt longlistjobs
 
 # disable backslashed escape sequences unless -e is given to echo 
 setopt bsd_echo