diff --git a/.git_helpers/hooks/post-checkout b/.git_helpers/hooks/post-checkout new file mode 100755 --- /dev/null +++ b/.git_helpers/hooks/post-checkout @@ -0,0 +1,5 @@ +#!/bin/sh +export PATH=/opt/local/bin:${PATH} +export CTAGS_HOOK=1 + +~/.git_helpers/ctags >/dev/null 2>&1