commit 4e78c074dbbe06b194381132780d75541514a210
parent ff4d1c1a6b0cf464ac38f8d9613661eadce59b6c
Author: finwo <finwo@pm.me>
Date: Wed, 9 Nov 2022 13:04:34 +0100
Added gc alias for git commit --no-verify
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/zsh/home/.zshrc b/zsh/home/.zshrc
@@ -76,6 +76,9 @@ command -v vi &>/dev/null && export EDITOR=vi
command -v vim &>/dev/null && export EDITOR=vim
command -v nvim &>/dev/null && export EDITOR=nvim
+# Git shorthands
+alias gc="git commit --no-verify"
+
# }}}
# Auto-correct {{{