add zsh to vscode code example
Example 1: vsode zsh
"terminal.integrated.shell.osx": "/bin/zsh"
Example 2: how to set cursor on zsh terminal for windows 10
function acp() {
git add .
git commit -m "$1"
git push
}
"terminal.integrated.shell.osx": "/bin/zsh"
function acp() {
git add .
git commit -m "$1"
git push
}