zshrc: use 'setopt noglobdots'
authorMichael Prokop <mika@grml.org>
Fri, 6 Mar 2009 23:56:20 +0000 (00:56 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 6 Mar 2009 23:56:20 +0000 (00:56 +0100)
debian/changelog
etc/zsh/zshrc

index 78ce57d..b1db8fe 100644 (file)
@@ -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 <mika@grml.org>  Sat, 28 Feb 2009 16:58:53 +0100
+ -- Michael Prokop <mika@grml.org>  Sat, 07 Mar 2009 00:54:07 +0100
 
 grml-etc-core (0.3.64) unstable; urgency=low
 
index 2f2a85f..125d0f7 100644 (file)
@@ -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