Created
December 27, 2021 06:24
-
-
Save mw866/5520e4f397c0a37e1ce0e0273840bfe8 to your computer and use it in GitHub Desktop.
#zsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# debug .zshrc | |
zsh -xv &> >(tee ~/zsh-debug.log 2>/dev/null) | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment