From f7f66ea11faf8fd9b419460dc11947c792e02331 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 11 Jul 2008 19:18:34 +0000 Subject: Phil Pennock: 25275: use restrictive permissions on cache files put zstat in example zshrc --- StartupFiles/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'StartupFiles') diff --git a/StartupFiles/zshrc b/StartupFiles/zshrc index 2685c23dd..1172b7b65 100644 --- a/StartupFiles/zshrc +++ b/StartupFiles/zshrc @@ -95,10 +95,11 @@ setopt autopushd pushdminus extendedglob rcquotes mailwarning unsetopt bgnice autoparamslash # Autoload zsh modules when they are referenced -zmodload -a zsh/stat stat zmodload -a zsh/zpty zpty zmodload -a zsh/zprof zprof zmodload -ap zsh/mapfile mapfile +# stat(1) is now commonly an external command, so just load zstat +zmodload -aF zsh/stat b:zstat # Some nice key bindings #bindkey '^X^Z' universal-argument ' ' magic-space -- cgit 1.4.1