From 86aff799de4b3dc219288abae2a0b6dbbe908c42 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Thu, 26 Sep 2024 17:11:55 +0000 Subject: [PATCH] saveiy mcsaverson --- zsh/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index e14abeb..a828677 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -35,9 +35,9 @@ export MANPAGER="sh -c 'col -bx | bat -l man -p'" eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" function qs() { -git add . -git commit -m "$1" -git push + git add . + git commit -m "$1" + git push } function take() {