From c44b4a020eb3f1354cefc4c7d35d36975da50774 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Tue, 18 Feb 2025 11:18:33 +0000 Subject: status alias --- .config/shell/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/shell/profile b/.config/shell/profile index 6532ef8..8c746ed 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -4,6 +4,7 @@ export PATH="$PATH:$HOME/go/bin:/usr/local/go/bin" export PATH="$HOME/.local/bin:$PATH" alias g="git " +alias s="git status --short --ahead-behind" alias d="docker " alias k="kubectl " alias t="terraform " -- cgit v1.2.3