From: Michael Prokop Date: Sat, 7 Jul 2007 08:58:55 +0000 (+0200) Subject: /etc/zsh/zshrc: activate 'setopt pushd_ignore_dups' X-Git-Tag: 0.3.15~1 X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=725aa87308b23fcf3a0a643b33912ab30f49d372 /etc/zsh/zshrc: activate 'setopt pushd_ignore_dups' --- diff --git a/debian/changelog b/debian/changelog index 33c90f7..50cac8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +grml-etc-core (0.3.15) unstable; urgency=low + + * /etc/zsh/zshrc: activate 'setopt pushd_ignore_dups' to avoid + duplicates in ~/.zdirs (thanks to wuehlmaus for bringing up + and for the appropriate configuration thanks to ft!) + + -- Michael Prokop Sat, 07 Jul 2007 10:52:03 +0200 + grml-etc-core (0.3.14) unstable; urgency=low * /etc/zsh/zshrc: yse kexec alias only if /proc/cmdline can be read. diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index a1c1d31..80503fa 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3,7 +3,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mon Jul 02 18:17:08 CEST 2007 [mika] +# Latest change: Sam Jul 07 10:56:20 CEST 2007 [mika] ################################################################################ # This file is sourced only for interactive shells. It # should contain commands to set up aliases, functions,