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