diff --git a/.gitconfig b/.gitconfig
index 487f384bacbef73dc0dc9b8bbace5bf4ad94cd47..9369931ff5e372878192b049bf84fc9742697238 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -13,7 +13,7 @@
     pull-force = !git fetch && git reset --hard "$(git rev-parse --abbrev-ref --symbolic-full-name @{u})"
     push-force = push --force-with-lease
     root = rev-parse --show-toplevel
-    serve-git = !git daemon --reuseaddr --verbose  --base-path=. --export-all ./.git
+    serve-git = daemon --reuseaddr --verbose --base-path=. --export-all ./.git
     serve-http = !git update-server-info && cd .git && python -m SimpleHTTPServer
     staash = stash --all
     stat = status --short --branch