about summary refs log tree commit diff
path: root/StartupFiles
diff options
context:
space:
mode:
Diffstat (limited to 'StartupFiles')
-rw-r--r--StartupFiles/zshrc3
1 files changed, 2 insertions, 1 deletions
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