Day116 — zsh on MacOS Catalina
1 min readOct 13, 2019
Since Catalina, zsh is the default shell on Mac.
use zsh in VScode
add below config to the setting of VScode
"terminal.integrated.shell.osx": "/bin/zsh"
Guide for upgrading to zsh
Since Catalina, zsh is the default shell on Mac.
use zsh in VScode
add below config to the setting of VScode
"terminal.integrated.shell.osx": "/bin/zsh"
Guide for upgrading to zsh