diff --git a/.gitconfig b/.gitconfig
index 4c69aec39b06489068952ef640aa6fcd29bd41cf..2545d4d27ef3248c6e4f0bb96efb4372b0e3e747 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -3,6 +3,7 @@
     clear = clean -fdx
     dif = diff --color-words
     empty-commit = commit --allow-empty
+	exec = "!exec "
     ff = merge --no-edit --ff-only master
     merg = merge --no-edit
     posh = push --set-upstream origin HEAD