2016-01-23
add .homedir-setup.sh
#!/bin/sh export PATH=/opt/local/bin:${PATH} export CTAGS_HOOK=1 ~/.git_helpers/ctags >/dev/null 2>&1 </dev/null &