Unverified Commit 8362ae28 authored by Felix Stupp's avatar Felix Stupp Committed by GitHub

fix(git-auto-fetch): don't override native `stat` command (#11068)

parent af2daa7a
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
: ${GIT_AUTO_FETCH_INTERVAL:=60} : ${GIT_AUTO_FETCH_INTERVAL:=60}
# Necessary for the git-fetch-all function # Necessary for the git-fetch-all function
zmodload zsh/datetime zsh/stat zmodload zsh/datetime
zmodload -F zsh/stat b:zstat # only zstat command, not stat command
function git-fetch-all { function git-fetch-all {
( (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment