git-home() { git --git-dir="$HOME/.git_home/" --work-tree="$HOME" "$@" } alias gh='git-home' alias emacs='emacsclient -a="" -c' export PATH=$PATH:$HOME/.mgr_config/bin