bash: add .bashrc

This commit is contained in:
2020-07-05 13:36:51 -07:00
parent 909c0c336f
commit 87b234f787

7
.mgr_config/.bashrc Normal file
View File

@@ -0,0 +1,7 @@
git-home() {
git --git-dir="$HOME/.git_home/" --work-tree="$HOME" "$@"
}
alias gh='git-home'
alias emacs='emacsclient -a="" -c'