diff options
| -rw-r--r-- | .config/shell/profile | 1 |
1 files changed, 1 insertions, 0 deletions
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 " |
