8 lines
132 B
Bash
8 lines
132 B
Bash
git-home() {
|
|
git --git-dir="$HOME/.git_home/" --work-tree="$HOME" "$@"
|
|
}
|
|
|
|
alias gh='git-home'
|
|
|
|
alias emacs='emacsclient -a="" -c'
|