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