zshrc configuration code example
Example 1: nano .zshrc
nano ~/.zshrc
Example 2: how to set cursor on zsh terminal for windows 10
function acp() {
git add .
git commit -m "$1"
git push
}
nano ~/.zshrc
function acp() {
git add .
git commit -m "$1"
git push
}