zshrc: setopt longlistjobs
authorMichael Prokop <mika@grml.org>
Fri, 1 Feb 2008 01:53:24 +0000 (02:53 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 1 Feb 2008 01:53:24 +0000 (02:53 +0100)
debian/changelog
etc/zsh/zshrc

index 7e918c7..cae1f33 100644 (file)
@@ -1,13 +1,16 @@
 grml-etc-core (0.3.48) unstable; urgency=low
 
   [ Alexander Steinböck ]
-  * use $PAGER in dchange(), uchange() and dnews() [Closes: issue386]
-  * adding whatwhen() for history queries [Closes: issue380]
+  * zshrc: use $PAGER in dchange(), uchange() and dnews() [Closes: issue386]
+  * zshrc: adding whatwhen() for history queries [Closes: issue380]
 
   [ Frank Terbeck ]
   * zshrc: add a check for ZSH_VERSION >= 3.1.7 [Closes: issue389]
 
- -- Frank Terbeck <ft@grml.org>  Fri, 01 Feb 2008 02:11:31 +0100
+  [ Michael Prokop ]
+  * zshrc: enable 'setopt longlistjobs' by default
+
+ -- Michael Prokop <mika@grml.org>  Fri, 01 Feb 2008 02:52:14 +0100
 
 grml-etc-core (0.3.47) unstable; urgency=low
 
index 08940c6..42de4c4 100644 (file)
@@ -871,6 +871,7 @@ setopt extended_glob        # in order to use #, ~ and ^ for filename generation
                             # grep word *~(*.gz|*.bz|*.bz2|*.zip|*.Z) ->
                             # -> searches for word not in compressed files
                             # don't forget to quote '^', '~' and '#'!
+setopt longlistjobs         # display PID when suspending processes as well
 setopt notify               # report the status of backgrounds jobs immediately
 setopt hash_list_all        # Whenever a command completion is attempted, make sure \
                             # the entire command path is hashed first.