--- a/.git_helpers/hooks/post-checkout
+++ b/.git_helpers/hooks/post-checkout
@@ -1,3 +1,2 @@
#!/bin/sh
-export PATH=/opt/local/bin:${PATH}
-CTAGS_HOOK=1 git ctags 2>&1
+git ctags hook 2>/dev/null
--- a/.git_helpers/hooks/post-commit
+++ b/.git_helpers/hooks/post-commit
@@ -1,3 +1,2 @@
#!/bin/sh
-export PATH=/opt/local/bin:${PATH}
-CTAGS_HOOK=1 git ctags 2>&1
+git ctags hook 2>/dev/null
--- a/.git_helpers/hooks/post-merge
+++ b/.git_helpers/hooks/post-merge
@@ -1,3 +1,2 @@
#!/bin/sh
-export PATH=/opt/local/bin:${PATH}
-CTAGS_HOOK=1 git ctags 2>&1
+git ctags hook 2>/dev/null