summaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2025-02-28 15:36:23 +0000
committerMike Vink <ivi@vinkies.net>2025-02-28 15:36:23 +0000
commit8358636c1912f1ccc48c8e506b39cc5704fbd9ca (patch)
tree6df5843dc3c7115055df13a60ae1451356f46522 /.config/shell
parente32edc85c4aad654f6680f486f0e55a8d845806d (diff)
update
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/profile2
1 files changed, 2 insertions, 0 deletions
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 "