I finally moved bash to zsh on my macOS. Below is what I did then. I hope my private dev env will work fine..
cat ~/.bash_profile >> ~/.zprofile
Add below lines to the top of zprofile
autoload -Uz compinit↲
compinit
I finally moved bash to zsh on my macOS. Below is what I did then. I hope my private dev env will work fine..
cat ~/.bash_profile >> ~/.zprofile
Add below lines to the top of zprofile
autoload -Uz compinit↲
compinit