From: Frank Terbeck Date: Sun, 20 Jan 2008 00:31:15 +0000 (+0100) Subject: zshrc: prevent chdir() from putting dupes into ~/.zdirs X-Git-Tag: 0.3.47~1 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=336b969a190921c2d1b54242cc890ea217e5ea6f;hp=336b969a190921c2d1b54242cc890ea217e5ea6f;p=grml-etc-core.git zshrc: prevent chdir() from putting dupes into ~/.zdirs dirs -pl did print the complete stack, including dupes. Using ${dirstack} from the zsh/pararmeter module to fix this. ---