From f468f156803df33f218a7cc417d47abbf9932a16 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Thu, 23 Feb 2023 16:45:51 +0100 Subject: [PATCH] Updates --- .bashrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.bashrc b/.bashrc index b8c19d3..02807a5 100644 --- a/.bashrc +++ b/.bashrc @@ -27,6 +27,12 @@ alias ts='~/dotfiles/scripts/snapshot.sh' alias matrix='cmatrix' alias screenshot='scrot' +# GIT +alias gs="git status" +alias ga="git add" +alias gc="git commit" +alias gp="git push" + # SCRIPTS alias gr='python ~/dotfiles/scripts/growthrate.py' alias chat='python ~/mychatgpt/mychatgpt.py'