Created
September 24, 2017 11:28
-
-
Save maxmanders/8b3a90576dd7310372505f1110dbada1 to your computer and use it in GitHub Desktop.
Bash compatible Zsh And Shellcheck
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
ZSH=$(which zsh) | |
BASH=$(which bash) | |
shellcheck <(sed "s|#\!${ZSH}|#\!${BASH}|g" < .zshrc.d/functions.zshrc) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment