diff --git a/home/.zshrc b/home/.zshrc index 5bc433e..282964f 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -127,6 +127,10 @@ else alias wlc="wl-copy" alias wlp="wl-paste" fi +alias gs="git status" +alias gc="git commit -m" +alias ga="git add" +alias gA="git add -A" # Alias functions vif() {