Utilize zstat for system stat calls for zshrc

This commit is contained in:
Tony Blyler 2022-05-09 10:58:29 -04:00
parent 204e945b6f
commit cb16297268
2 changed files with 9 additions and 4 deletions
chezmoi

View file

@ -1,6 +1,9 @@
#!/usr/bin/zsh
zmodload zsh/datetime
# load the stat module but only with the `zstat` command
# leave `stat` to the system's stat command
zmodload -F zsh/stat b:zstat
autoload -Uz \
colors \