Utilize zstat for system stat calls for zshrc
This commit is contained in:
parent
204e945b6f
commit
cb16297268
2 changed files with 9 additions and 4 deletions
chezmoi
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue