how to save changes and quit from zsh theme code example
Example 1: how to customize zsh
sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
Example 2: how to set cursor on zsh terminal for windows 10
function acp() {
git add .
git commit -m "$1"
git push
}