From c24d18fbf4caed028fe04b8056f8d052a60e1719 Mon Sep 17 00:00:00 2001 From: Aleksandar The Cobra Widulski Date: Thu, 3 Mar 2022 02:12:25 -0500 Subject: [PATCH] Update bashrc Signed-off-by: Aleksandar The Cobra Widulski --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 421bdec..3a698a3 100644 --- a/.bashrc +++ b/.bashrc @@ -19,6 +19,9 @@ alias rebash='. ~/.bashrc' alias bashrc="$EDITOR ~/.bashrc && rebash" alias nf='neofetch' alias sshd='boas /usr/sbin/sshd' +alias ga='git add' +alias gc='git commit -sm' +alias gp='git push' # Completions for elevation program (https://codeberg.org/Bowuigi/Unit21 in management/boas) complete -cf boas