From 8358636c1912f1ccc48c8e506b39cc5704fbd9ca Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Fri, 28 Feb 2025 15:36:23 +0000 Subject: update --- .config/shell/profile | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/shell') diff --git a/.config/shell/profile b/.config/shell/profile index eff95c1..8dcafc9 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -10,6 +10,8 @@ export PATH="$HOME/.local/bin:$PATH" alias g="git " alias s="{ git status --short ; git log --oneline @{push}.. ; }" +alias ga="git add " +alias gc="git commit " alias d="docker " alias k="kubectl " alias t="terraform " -- cgit v1.2.3