mirror of
https://github.com/zdharma-continuum/zinit-configs.git
synced 2025-01-31 04:08:16 +01:00
5 lines
154 B
Bash
5 lines
154 B
Bash
# DESC: A setopt wrapper with tracing to /tmp/setopt.log
|
|
print -r - "$funcfiletrace[1]: $0 ${(q-)@}" >>! /tmp/setopt.log
|
|
builtin $0 "$@"
|
|
|
|
# vim:ft=zsh:et
|