You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2021. It is now read-only.
The Bash function to create a self signed SSL certificate won't work after switching to ZSH. (Default now on OSX)
https://github.com/Shopify/slate/wiki/4.-Create-a-self-signed-SSL-certificate
Does anyone know how to modify the script to run in ZSH?
Temporary fix: revert the console shell to Bash.
chsh -s /bin/bash(Also restart terminal)