Update .zshrc

This commit is contained in:
vx_clutch
2024-12-17 10:37:13 -05:00
committed by GitHub
parent 98210ed81d
commit da9359fa3c

View File

@@ -39,7 +39,7 @@ eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
function qs() { function qs() {
git add . git add .
git commit -m "$1" git commit -m "save"
git push git push
} }