diff options
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/profile | 2 |
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 " |
