From: Michael Prokop Date: Fri, 1 Feb 2008 01:53:24 +0000 (+0100) Subject: zshrc: setopt longlistjobs X-Git-Tag: 0.3.48~2 X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=4d645bc030f904b4b7ca830dcb4e10851adb45ac zshrc: setopt longlistjobs --- diff --git a/debian/changelog b/debian/changelog index 7e918c7..cae1f33 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 01 Feb 2008 02:11:31 +0100 + [ Michael Prokop ] + * zshrc: enable 'setopt longlistjobs' by default + + -- Michael Prokop Fri, 01 Feb 2008 02:52:14 +0100 grml-etc-core (0.3.47) unstable; urgency=low diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 08940c6..42de4c4 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -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.