diff --git a/zsh/zshrc b/zsh/zshrc index 9f50418..4eefc49 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -51,6 +51,7 @@ alias df="df -h" # human-readable sizes alias free="free -m" # show sizes in MB alias np="nano -w PKGBUILD" alias gitu='git add . && git commit && git push' +alias gita='git add . && git commit --amend --no-edit && git push -f' alias g=git