This commit is contained in:
2024-09-26 17:01:53 +00:00
parent d72969f104
commit fb8edb3a16
2 changed files with 8 additions and 1 deletions

View File

@@ -1 +1 @@
Be the freak in someones life :) Erm, What the sigma?

View File

@@ -33,5 +33,12 @@ export PATH=$PATH:/~/go/bin/
export MANPAGER="sh -c 'col -bx | bat -l man -p'" export MANPAGER="sh -c 'col -bx | bat -l man -p'"
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
function qs() {
git add .
git commit -m "$1"
git push
}
# Motd logic # Motd logic
clear; cal; cat ~/.motd clear; cal; cat ~/.motd