]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: setopt longlistjobs
authorSimon Ruderich <simon@ruderich.org>
Sun, 16 Mar 2014 17:42:38 +0000 (18:42 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 16 Mar 2014 17:42:38 +0000 (18:42 +0100)
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