diff --git a/zsh/.zshrc b/zsh/.zshrc index 5bd7720..01eef61 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -39,7 +39,7 @@ eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" function qs() { git add . - git commit -m "$1" + git commit -m "save" git push }