]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/rc
zsh/rc: setopt longlistjobs
[config/dotfiles.git] / zsh / rc
diff --git a/zsh/rc b/zsh/rc
index ae2a92d3d4d287aef31368b6c2ba3c20ad5aaf9a..065ab1f45cca89228eb76f59cb3a473f41d8ee2d 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -78,6 +78,9 @@ setopt extendedglob
 # pressing <C-D> twice).
 setopt ignoreeof
 
+# Also display PID when suspending a process.
+setopt longlistjobs
+
 
 # KEY BINDINGS