From: Simon Ruderich Date: Sun, 16 Mar 2014 17:42:38 +0000 (+0100) Subject: zsh/rc: setopt longlistjobs X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=e865b3e56f6035cfbee994b82b1d59f0adc41284 zsh/rc: setopt longlistjobs --- diff --git a/zsh/rc b/zsh/rc index ae2a92d..065ab1f 100644 --- a/zsh/rc +++ b/zsh/rc @@ -78,6 +78,9 @@ setopt extendedglob # pressing twice). setopt ignoreeof +# Also display PID when suspending a process. +setopt longlistjobs + # KEY BINDINGS