best oh my zsh theme for file navagation code example
Example: how to set cursor on zsh terminal for windows 10
function acp() {
git add .
git commit -m "$1"
git push
}
function acp() {
git add .
git commit -m "$1"
git push
}