9 lines
172 B
Bash
9 lines
172 B
Bash
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
|