From fb8edb3a16a5e551d808daa35f8af372bf2a0f78 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Thu, 26 Sep 2024 17:01:53 +0000 Subject: [PATCH] save --- zsh/.motd | 2 +- zsh/.zshrc | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/zsh/.motd b/zsh/.motd index 346af16..c18827e 100644 --- a/zsh/.motd +++ b/zsh/.motd @@ -1 +1 @@ -Be the freak in someones life :) +Erm, What the sigma? diff --git a/zsh/.zshrc b/zsh/.zshrc index 9a0f6f5..4921aeb 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -33,5 +33,12 @@ export PATH=$PATH:/~/go/bin/ 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 +} + # Motd logic clear; cal; cat ~/.motd