Skip to content

Instantly share code, notes, and snippets.

@maxmanders
Created September 24, 2017 11:28
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save maxmanders/8b3a90576dd7310372505f1110dbada1 to your computer and use it in GitHub Desktop.
Bash compatible Zsh And Shellcheck
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