From 23a5a031f0279b1070da6782937b55efd461681a Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 7 Mar 2009 00:56:20 +0100 Subject: [PATCH] zshrc: use 'setopt noglobdots' --- debian/changelog | 6 ++++-- etc/zsh/zshrc | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 78ce57d..b1db8fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -grml-etc-core (0.3.65) unstable; urgency=low +grml-etc-core (0.3.65) UNRELEASED; urgency=low [ Frank Terbeck ] * zshrc: Add $NOTITLE to disable alteration of terminal titles. @@ -7,8 +7,10 @@ grml-etc-core (0.3.65) unstable; urgency=low [ Michael Prokop ] * vimrc: add check for $NOPRECMD [Closes: issue447] + * zshrc: use 'setopt noglobdots' as [Open]SuSE uses in its + /etc/zshrc 'setopt globdots' by default. - -- Michael Prokop Sat, 28 Feb 2009 16:58:53 +0100 + -- Michael Prokop Sat, 07 Mar 2009 00:54:07 +0100 grml-etc-core (0.3.64) unstable; urgency=low diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 2f2a85f..125d0f7 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -965,6 +965,7 @@ setopt auto_pushd # make cd push the old directory onto the directory setopt nonomatch # try to avoid the 'zsh: no matches found...' setopt nobeep # avoid "beep"ing setopt pushd_ignore_dups # don't push the same dir twice. +setopt noglobdots # * shouldn't match dotfiles. ever. MAILCHECK=30 # mailchecks REPORTTIME=5 # report about cpu-/system-/user-time of command if running longer than 5 seconds -- 2.1.4